Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent a33c70d commit 5cd2527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v18.20.5
- name: Use Node.js v22.12.0
uses: actions/setup-node@v3
with:
node-version: '18.20.5'
node-version: '22.12.0'
- name: Use pnpm
uses: pnpm/action-setup@v2
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@8.15.9",
"engines": {
"node": "18.20.5"
"node": "22.12.0"
},
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 5cd2527

Please sign in to comment.