Skip to content

Commit

Permalink
Upgrade server to node 20
Browse files Browse the repository at this point in the history
nvmrc and node engine are updated to 20 in server

closes #1241
  • Loading branch information
TangoYankee committed Sep 23, 2024
1 parent 79a8cde commit 0a12cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
v20
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "18"
"node": "20"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 0a12cc4

Please sign in to comment.