We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c0953 commit 457a9d9Copy full SHA for 457a9d9
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install, build, and test
21
run: |
22
- npm ci
+ npm install
23
npm test
24
env:
25
CI: true
0 commit comments