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.js v17 #2268

Closed
aladdin-add opened this issue Oct 20, 2021 · 5 comments
Closed

support Node.js v17 #2268

aladdin-add opened this issue Oct 20, 2021 · 5 comments

Comments

@aladdin-add
Copy link
Contributor

https://github.com/nodejs/node/releases/tag/v17.0.0

@ljharb
Copy link
Member

ljharb commented Oct 20, 2021

We already do - the matrix updates automatically, and the engines field declares >= 4.

@ljharb ljharb closed this as completed Oct 20, 2021
@aladdin-add
Copy link
Contributor Author

the resolver package has a hard-code engines:

"node": "^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6"

it needs to be updated.

@ljharb
Copy link
Member

ljharb commented Oct 20, 2021

ah, thanks.

@ljharb
Copy link
Member

ljharb commented Oct 20, 2021

Published in v0.13.2.

@aladdin-add
Copy link
Contributor Author

so fast, thx! 🎉

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants