Skip to content

Commit 3eb3873

Browse files
authored
build: use npm ci (#157)
1 parent ed2885b commit 3eb3873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: "14"
30-
- run: npm install
30+
- run: npm ci
3131
- run: npm run lint
3232
- uses: github/super-linter/slim@v4.9.0
3333
if: always()

0 commit comments

Comments
 (0)