We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4136859 commit b0cc621Copy full SHA for b0cc621
.github/workflows/test.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: "18"
15
- - run: npm
+ - run: npm i
16
- run: npm test-ci
0 commit comments