Skip to content

Commit 34ab810

Browse files
committed
Use install instead of ci
1 parent 6faf5f7 commit 34ab810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Install dependencies
36-
run: npm ci
36+
run: npm install
3737
- name: Lint JavaScript files
3838
run: npm run lint:js
3939
- name: Lint CSS files

0 commit comments

Comments
 (0)