We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1813 commit 5fd3974Copy full SHA for 5fd3974
.github/workflows/node.js.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: actions/setup-node@v1
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm ci
+ - run: npm install
29
- run: npm run ci
0 commit comments