Skip to content

Commit ef55f77

Browse files
authored
Include package-lock.json in repo (#472)
1 parent 4410537 commit ef55f77

File tree

3 files changed

+4013
-3
lines changed

3 files changed

+4013
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- run: npm install --legacy-peer-deps
23+
- run: npm ci
2424
- run: npm test
2525

2626
lint:
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3
32-
- run: npm install --legacy-peer-deps
32+
- run: npm ci
3333
- run: npm run lint
3434
- run: npm run toc
3535
- run: git diff --stat --exit-code

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.idea
44
node_modules/*
55
build/
6-
package-lock.json
76
bench/*.svg
87
bench/dist/
98
bench/node_modules

0 commit comments

Comments
 (0)