Skip to content

Commit 2132b79

Browse files
authored
Merge pull request #421 from cornell-dti/fix-heroku-node-engine
Fix engines.node: >=18 → 18.x for Heroku compatibility
2 parents 68c0599 + fa639c0 commit 2132b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/react": "^17.0.80"
7373
},
7474
"engines": {
75-
"node": ">=18"
75+
"node": "18.x"
7676
},
7777
"dependencies": {
7878
"@date-io/date-fns": "^1.3.13",

0 commit comments

Comments
 (0)