Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement/issue 1202 bump to minimum NodeJS 20.x version of 20.18.3 #1416

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump to minimum NodeJS 20.x version of 20.18.3
  • Loading branch information
thescientist13 committed Mar 1, 2025
commit e12b475a492de55544a4926d1dffa007650da2ae
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"NodeJS"
],
"engines": {
"node": "^18.20.5 || ^20.10.0 || >=22.12.0"
"node": "^18.20.5 || ^20.18.3 || >=22.12.0"
},
"main": "./src/index.js",
"exports": {