Skip to content

Commit 4cc14db

Browse files
committed
chore(deps): Update some other dependencies
1 parent 273fc6e commit 4cc14db

3 files changed

Lines changed: 17265 additions & 14516 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 18
2626
cache: npm
2727
- name: Install Dependencies
28-
run: npm ci
28+
run: npm i
2929
- name: Lint
3030
run: npm run lint
3131

@@ -42,6 +42,6 @@ jobs:
4242
node-version: 18
4343
cache: npm
4444
- name: Install Dependencies
45-
run: npm ci
45+
run: npm i
4646
- name: Run Tests
4747
run: npm test

0 commit comments

Comments
 (0)