Skip to content

Commit f21841e

Browse files
authored
chore(NODE-6663): remove package lock (#64)
1 parent 3b12ac3 commit f21841e

File tree

3 files changed

+1
-5899
lines changed

3 files changed

+1
-5899
lines changed

.github/actions/setup/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ runs:
77
- uses: actions/setup-node@v4
88
with:
99
node-version: 'lts/*'
10-
cache: 'npm'
1110
registry-url: 'https://registry.npmjs.org'
1211
- run: npm install -g npm@latest
1312
shell: bash

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
coverage
55
.esm-wrapper.mjs
66
lib/
7+
package-lock.json

0 commit comments

Comments
 (0)