We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ac8c commit 64c31e4Copy full SHA for 64c31e4
.github/workflows/pull_request.yaml
@@ -34,7 +34,7 @@ jobs:
34
restore-keys: |
35
npm-${{ hashFiles('package-lock.json') }}
36
npm-
37
- - run: npm install
+ - run: npm ci
38
- run: npm test
39
env:
40
CI: true
0 commit comments