Skip to content

Commit

Permalink
Update Core Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 19, 2024
1 parent c862924 commit 2d2a039
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 150 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install
run: npm install
- name: Install
run: npm install

- name: Lint
run: npm run lint
- name: Lint
run: npm run lint

- name: Test
run: npm test
- name: Test
run: npm test
Loading

0 comments on commit 2d2a039

Please sign in to comment.