Skip to content

Commit

Permalink
Use Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Dec 10, 2024
1 parent b209d13 commit 0813552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.12.1
node-version: 22.7
cache: "pnpm"

- name: Install deps
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
MISE_NODE_COREPACK = 1

[tools]
node = '18.12'
node = '22.7'

0 comments on commit 0813552

Please sign in to comment.