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

Support node 21 / 22 #15

Closed
campersau opened this issue Oct 3, 2024 · 2 comments · Fixed by #17 or #18
Closed

Support node 21 / 22 #15

campersau opened this issue Oct 3, 2024 · 2 comments · Fixed by #17 or #18
Labels

Comments

@campersau
Copy link

Currently it only supports >=18.17 <21 which produces warnings running npm install / npm ci

"engine-strict": true,
"engines": {
"node": ">=18.17 <21"
},

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@homer0/[email protected]',
npm warn EBADENGINE   required: { node: '>=18.17 <21' },
npm warn EBADENGINE   current: { node: 'v22.9.0', npm: '10.[8](https://github.com/campersau/ungit/actions/runs/11157444629/job/31011736263#step:15:9).3' }
npm warn EBADENGINE }
@homer0
Copy link
Owner

homer0 commented Nov 8, 2024

@campersau sorry, I just saw this and totally missed the promotion of node 22; hopefully we can get #17 merged soon.

Copy link

github-actions bot commented Nov 9, 2024

🎉 This issue has been resolved in version 9.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants