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: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm install
- name: Run lint-fix - name: Run lint-fix
run: npm run lint-fix run: npm run lint-fix