Skip to content

Commit

Permalink
chore: set node engines
Browse files Browse the repository at this point in the history
Fixed: Error: Node.js Version "14.x" is discontinued and must be upgraded. Please set Node.js Version to 18.x in your Project Settings to use Node.js 18.
  • Loading branch information
ulivz committed Aug 24, 2023
1 parent 66acf18 commit 6556216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"release": "mono r --changelog --ignore-scripts --build",
"release:one:click": "npm run release && npm run bootstrap && git add pnpm-lock.yaml && git commit -m 'chore: lock' && git push"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@nomadland/mono": "0.3.4",
"@types/jest": "27.0.0",
Expand All @@ -26,4 +29,4 @@
"lerna": "^4.0.0",
"ts-jest": "27.0.7"
}
}
}

0 comments on commit 6556216

Please sign in to comment.