Skip to content

Commit

Permalink
chore: update to node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Nov 26, 2024
1 parent cb87265 commit 2c643ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.14.0
v22.11.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"author": "agustinusnathaniel",
"engines": {
"node": ">=20.14.x",
"node": ">=22.11.x",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.13.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 2c643ff

Please sign in to comment.