Skip to content

Commit

Permalink
chore: update engine to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cafrias committed Dec 10, 2024
1 parent b3cf195 commit e0a5b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.12.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=7.0.0"
"node": ">=22.12.0",
"npm": ">=10.9.0"
}
}

0 comments on commit e0a5b39

Please sign in to comment.