Skip to content

Commit

Permalink
Decrease Next.js build error by locking Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Apr 7, 2024
1 parent 36e1d86 commit 81df63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
},
"homepage": "https://github.com/danactive/history",
"engines": {
"node": ">=12.18.1",
"npm": ">=6.14.5"
"node": "12.18.1",
"npm": "6.14.5"
},
"readmeFilename": "README.md",
"tuxharness": "./tuxharness.js",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "git://github.com/react-boilerplate/react-boilerplate.git"
},
"engines": {
"node": ">=12.18.1",
"npm": ">=6.14.5"
"node": "12.18.1",
"npm": "6.14.5"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 81df63d

Please sign in to comment.