Skip to content

Commit

Permalink
chore(deps): Update some other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Dec 20, 2023
1 parent 273fc6e commit 4cc14db
Show file tree
Hide file tree
Showing 3 changed files with 17,265 additions and 14,516 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm ci
run: npm i
- name: Lint
run: npm run lint

Expand All @@ -42,6 +42,6 @@ jobs:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm ci
run: npm i
- name: Run Tests
run: npm test
Loading

0 comments on commit 4cc14db

Please sign in to comment.