Skip to content

Commit

Permalink
chore: update recommended node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Akari0731 authored and odsod committed Oct 23, 2024
1 parent e57ffdc commit da69214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Review
run: yarn review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.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
with:
node-version: 20
node-version: 22

- name: Review
run: yarn review
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {
"node": ">=22"
}
}

0 comments on commit da69214

Please sign in to comment.