We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af072e5 commit 36baf36Copy full SHA for 36baf36
.github/workflows/node.js.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- - run: npm ci
+ - run: npm install
30
- run: npm run build --if-present
31
- run: npm run start
0 commit comments