Skip to content

build: fix npm version detection - #41575

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-pkg
Closed

build: fix npm version detection#41575
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-pkg

Conversation

@targos

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@targos

Copy link
Copy Markdown
MemberAuthor

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

@targos

Copy link
Copy Markdown
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

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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

targos commented Jan 18, 2022

Copy link
Copy Markdown
MemberAuthor

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 <duhamelantoine1995@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
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 <duhamelantoine1995@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@targos
targos 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
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 <duhamelantoine1995@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@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