fix: update install dependency step

This commit is contained in:
Stevan Freeborn
2023-02-20 09:59:46 -06:00
parent 7135d558bc
commit 335cfe293c
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm install
- name: Run lint-fix
run: npm run lint-fix