Skip to content

Conversation

@targos
Copy link
Member

Npm's package.json now contains two fields named "version".
Grep for the top-level one.

Fixes: nodejs/build#2850

Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850
@targostargos added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 18, 2022
@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Jan 18, 2022
@github-actions
Copy link
Contributor

Fast-track has been requested by @targos. Please 👍 to approve.

@targos
Copy link
MemberAuthor

Requesting to fast-track because this is blocking today's 17.x release.

@targos
Copy link
MemberAuthor

/cc @nodejs/collaborators I have very little time left to do the release.

@targostargos added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 18, 2022
Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@targostargos added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 18, 2022
@nodejs-github-botnodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 18, 2022
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/41575 ✔ Done loading data for nodejs/node/pull/41575 ----------------------------------- PR info ------------------------------------ Title build: fix npm version detection (#41575) Author Michaël Zasso (@targos) Branch targos:fix-pkg -> nodejs:master Labels build, fast-track, author ready, needs-ci Commits 1 - build: fix npm version detection Committers 1 - Michaël Zasso PR-URL: https://github.com/nodejs/node/pull/41575 Fixes: https://github.com/nodejs/build/issues/2850 Reviewed-By: Antoine du Hamel Reviewed-By: Vladimir de Turckheim Reviewed-By: Filip Skokan Reviewed-By: Evan Lucas Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Zijian Liu Reviewed-By: Matteo Collina Reviewed-By: Christian Clauss Reviewed-By: Tobias Nießen ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/41575 Fixes: https://github.com/nodejs/build/issues/2850 Reviewed-By: Antoine du Hamel Reviewed-By: Vladimir de Turckheim Reviewed-By: Filip Skokan Reviewed-By: Evan Lucas Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Zijian Liu Reviewed-By: Matteo Collina Reviewed-By: Christian Clauss Reviewed-By: Tobias Nießen -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 18 Jan 2022 10:39:35 GMT ✔ Approvals: 10 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/41575#pullrequestreview-855244531 ✔ - Vladimir de Turckheim (@vdeturckheim): https://github.com/nodejs/node/pull/41575#pullrequestreview-855256162 ✔ - Filip Skokan (@panva): https://github.com/nodejs/node/pull/41575#pullrequestreview-855257311 ✔ - Evan Lucas (@evanlucas): https://github.com/nodejs/node/pull/41575#pullrequestreview-855285931 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/41575#pullrequestreview-855297007 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/41575#pullrequestreview-855300576 ✔ - Zijian Liu (@Lxxyx): https://github.com/nodejs/node/pull/41575#pullrequestreview-855303507 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/41575#pullrequestreview-855307827 ✔ - Christian Clauss (@cclauss): https://github.com/nodejs/node/pull/41575#pullrequestreview-855343615 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/41575#pullrequestreview-855377040 ℹ This PR is being fast-tracked ✔ Last GitHub CI successful ✖ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1712846536

@targos
Copy link
MemberAuthor

targos commented Jan 18, 2022

Landed in 331b906

@targostargos closed this Jan 18, 2022
targos added a commit that referenced this pull request Jan 18, 2022
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
targos added a commit that referenced this pull request Jan 18, 2022
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
@targostargos deleted the fix-pkg branch January 18, 2022 13:24
@targostargos removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Jan 18, 2022
thedull pushed a commit to thedull/node that referenced this pull request Jan 18, 2022
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: nodejs#41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Linkgoron pushed a commit to Linkgoron/node that referenced this pull request Jan 31, 2022
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: nodejs#41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS pkg release build failures

12 participants

@targos@nodejs-github-bot@mcollina@panva@evanlucas@lpinca@tniessen@cclauss@richardlau@vdeturckheim@Lxxyx@aduh95