Skip to content

Commit a5b5156

Browse files
committed
chore: remove package-lock.json
ci: remove npm cache
1 parent 8bb6ae7 commit a5b5156

File tree

3 files changed

+2
-8634
lines changed

3 files changed

+2
-8634
lines changed

.github/workflows/node.js.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
cache: 'npm'
32-
- run: npm ci
31+
- run: npm install
3332
- run: npm run build --if-present
3433
- run: npm test

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)