Skip to content

Commit

Permalink
chore: upgrade dev deps, ci deps. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Apr 4, 2024
1 parent d26e7d8 commit 7d848e4
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
node-version: '20.11.1'
node-version: '20.12.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
node-version: '20.11.1'
node-version: '20.12.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down

0 comments on commit 7d848e4

Please sign in to comment.