Skip to content

Commit e347e1e

Browse files
fix: add package-lock and run npm ci in CI
1 parent 995e282 commit e347e1e

File tree

3 files changed

+5318
-2
lines changed

3 files changed

+5318
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- run: npm install
24+
- run: npm ci
2525
- run: npm run build --if-present
2626
- run: npm run lint
2727
- run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ npm-debug.log
55
.DS_Store
66
dist
77
*.tgz
8-
package-lock.json

0 commit comments

Comments
 (0)