Skip to content

Commit

Permalink
chore: update node to 20.x and npm to 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsabatp committed Dec 23, 2024
1 parent 58456f8 commit d88dbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"errorMsg": "Invalid branch name. \n 1.Branch names can contain lowercase characters, numbers, hyphen and underscore. \n 2.Except for 'main' and 'develop', branch names must begin with 'feature/' or 'hotfix/' "
},
"engines": {
"node": "18.x",
"npm": "9.x"
"node": "20.x",
"npm": "10.x"
},
"next-unused": {
"alias": {},
Expand Down

0 comments on commit d88dbb7

Please sign in to comment.