We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb6ae7 commit a5b5156Copy full SHA for a5b5156
.github/workflows/node.js.yml
@@ -28,7 +28,6 @@ jobs:
28
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
29
with:
30
node-version: ${{ matrix.node-version }}
31
- cache: 'npm'
32
- - run: npm ci
+ - run: npm install
33
- run: npm run build --if-present
34
- run: npm test
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
0 commit comments