Skip to content

Commit 5b635cd

Browse files
authored
Remove package-lock.json (#407)
1 parent c4f5b3f commit 5b635cd

File tree

3 files changed

+2
-6557
lines changed

3 files changed

+2
-6557
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- run: npm ci
21+
- run: npm install
2222
- run: npm test
2323
- uses: codecov/codecov-action@v5
2424
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ coverage/
44
dist/
55
dist.es2015/
66
*.tsbuildinfo
7+
package-lock.json

0 commit comments

Comments
 (0)