-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(gyp): update gyp to v0.18.1 #3039
Conversation
@legendecas wasm integration tests are added in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind setting up python with 3.12 in https://github.com/nodejs/node-gyp/blob/main/.github/workflows/visual-studio.yml?
nodejs/gyp-next#222 uses the colon-equals syntax which is only supported since python 3.8. I think https://github.com/nodejs/node-gyp?tab=readme-ov-file#installation stated that the supported python version is 3.12.
Done. |
* feat(gyp): update gyp to v0.18.1 * ci: setup ninja * ci: visual-studio job use python 3.12
Checklist
npm install && npm run lint && npm test
passestests are included(moved to Supportrebuild
andbuild
for cross-compiling Node-API module to wasm on Windows #2974)Description of change
Refs
#2974
nodejs/gyp-next#222
nodejs/gyp-next#240