Skip to content

Commit

Permalink
chore: upgrade node to v22 (#993)
Browse files Browse the repository at this point in the history
* chore: upgrade node to v22

* chore: dummy commit to trigger redeploy
  • Loading branch information
Sekhmet authored Nov 26, 2024
1 parent 31aa285 commit 1caf19d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16
- name: Setup Node.js 22
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request or Publish to npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
- name: Setup Node.js 22
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: 22
cache: "yarn"
- name: Setup Rust Toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"turbo": "^1.12.3"
},
"engines": {
"node": ">=18.x"
"node": ">=22.x"
},
"packageManager": "yarn@1.22.19",
"workspaces": {
Expand Down

0 comments on commit 1caf19d

Please sign in to comment.