Skip to content

Commit 6d146aa

Browse files
authored
Update package-lock.json and use npm ci for CI. (#1064)
1 parent 270605d commit 6d146aa

File tree

2 files changed

+464
-135
lines changed

2 files changed

+464
-135
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
3131

32-
- run: npm install
32+
- run: npm ci
3333
- run: npm run lint
3434
- run: npm run format
3535
- run: npm run test

0 commit comments

Comments
 (0)