Skip to content

Commit 46fc49d

Browse files
committed
chore: 🤖 (deps) update package-lock
1 parent f76f577 commit 46fc49d

File tree

3 files changed

+10290
-13863
lines changed

3 files changed

+10290
-13863
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Install Node & NPM
1616
uses: actions/setup-node@v3
1717
- name: Install node modules
18-
run: npm install
18+
run: npm ci
1919
- name: Test
2020
run: npm run test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node & NPM
1515
uses: actions/setup-node@v3
1616
- name: Install node_modules
17-
run: npm install
17+
run: npm ci
1818
- name: Test
1919
run: npm run test
2020
- name: Build

0 commit comments

Comments
 (0)