Skip to content

Commit f3f2f27

Browse files
authored
Use npm ci in GitHub Actions
1 parent 41dec0f commit f3f2f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2020
restore-keys: |
2121
${{ runner.os }}-node-
22-
- run: npm install --no-optional --no-audit --no-fund --progress=false
22+
- run: npm ci
2323
- run: npm run lint
2424
- run: npm run test
2525
# Log the contents of the published package in CI builds.

0 commit comments

Comments
 (0)