Skip to content

Commit 64c31e4

Browse files
committed
Use npm ci in build-and-test
1 parent 454ac8c commit 64c31e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
npm-${{ hashFiles('package-lock.json') }}
3636
npm-
37-
- run: npm install
37+
- run: npm ci
3838
- run: npm test
3939
env:
4040
CI: true

0 commit comments

Comments
 (0)