Skip to content

Commit

Permalink
pin node version to LTS (matching docker image)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeAranyLucas committed Dec 11, 2023
1 parent 9aed3f3 commit 8b64c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
}
},
"volta": {
"node": "18.18.2"
"node": "20.10.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"lerna": "^7.4.2"
},
"volta": {
"node": "18.18.2"
"node": "20.10.0"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"*.js": "eslint --cache --fix"
},
"volta": {
"node": "18.18.2"
"node": "20.10.0"
}
}

0 comments on commit 8b64c3d

Please sign in to comment.