We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4c5f commit 3d41a89Copy full SHA for 3d41a89
.github/workflows/node.js.yml
@@ -25,7 +25,6 @@ jobs:
25
uses: actions/setup-node@v3
26
with:
27
node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
29
- run: npm i
30
- run: npm ci
31
- run: npm run build --if-present
0 commit comments