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