Skip to content

Commit 5b45eeb

Browse files
committed
Recreate package-lock
1 parent 72523c9 commit 5b45eeb

3 files changed

Lines changed: 26 additions & 2329 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: npm
21-
- run: npm install
21+
- run: npm ci
2222
- run: npm run lint
2323
- run: npm run build
2424
- run: npm test

0 commit comments

Comments
 (0)