We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe587c commit 3c1fdc8Copy full SHA for 3c1fdc8
.github/workflows/test.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
node-version: '20'
16
cache: 'npm'
17
- - run: npm ci
+ - run: npm install
18
- run: npm test -- --coverage --silent
19
0 commit comments