Skip to content

Commit

Permalink
Enforcing correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed May 7, 2024
1 parent e882b37 commit 13073e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@tstibbs/geo-bagging-root",
"private": true,
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=20",
"npm": ">=10"
},
"devDependencies": {
"lint-staged": "^15.2.2",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@tstibbs/geo-bagging-ui",
"private": true,
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=20",
"npm": ">=10"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 13073e7

Please sign in to comment.