-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: workaround for node-core-utils #45199
Conversation
Review requested:
|
Fast-track has been requested by @gengjiawen. Please 👍 to approve. |
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.
Maybe change the value of NODE_VERSION instead? Otherwise it's pretty confusing:
node/.github/workflows/auto-start-ci.yml
Lines 13 to 14 in 5e2aeae
env: | |
NODE_VERSION: lts/* |
637cb28
to
cf6bc87
Compare
Commit Queue failed- Loading data for nodejs/node/pull/45199 ✔ Done loading data for nodejs/node/pull/45199 ----------------------------------- PR info ------------------------------------ Title build: workaround for node-core-utils (#45199) Author Jiawen Geng (@gengjiawen) Branch gengjiawen:fix/node_fetch_fix -> nodejs:main Labels meta, fast-track Commits 1 - build: workaround for node-core-utils Committers 1 - Jiawen Geng PR-URL: https://github.com/nodejs/node/pull/45199 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/45199 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 27 Oct 2022 03:34:38 GMT ✔ Approvals: 2 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/45199#pullrequestreview-1157558430 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/45199#pullrequestreview-1158015502 ℹ This PR is being fast-tracked ✖ The fast-track request requires at least two collaborators' approvals (👍). ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/3336617372 |
I wonder if a better workaround would be to set |
Landed in b2a6083 |
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
context: nodejs/node-core-utils#653 (comment)