Fix: Do npm install instead

This commit is contained in:
Zach Plata
2022-04-22 14:52:50 -07:00
committed by Zachary Plata
parent 4f37bbdb76
commit 2853851d52

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
run: npm install
working-directory: ./
- id: determine_version
name: Get Version