Skip to content

Commit

Permalink
node-runner: add npm@10.9.0, yarn@4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Nov 3, 2024
1 parent 88490d3 commit 3ff536e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imags/node-runner/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ WORKDIR /tmp

COPY imags/node-runner/install-package-managers.sh .
# TODO: integrity checksums / sigchecks for bundled PMs
ARG COREPACK_PMS='npm@10.8.3 npm@10.8.1 npm@10 npm@6.14.18 npm@6 npm@7.24.2 npm@7 npm@9.9.3 npm@9 pnpm@8.15.8 pnpm@8 pnpm@9.4 pnpm@9.5.0 pnpm@9 yarn@1.22.22 yarn@1 yarn@3.2.1 yarn@3.2.2 yarn@3.4.1 yarn@3.5.1 yarn@3.6.0 yarn@3.6.2 yarn@3 yarn@4.5.0 yarn@4.4.1 yarn@4.1.1 yarn@4.2.2 yarn@4.3.1 yarn@4'
ARG COREPACK_PMS='npm@10.8.3 npm@10.9.0 npm@10 npm@6.14.18 npm@6 npm@7.24.2 npm@7 npm@9.9.3 npm@9 pnpm@8.15.8 pnpm@8 pnpm@9.4 pnpm@9.5.0 pnpm@9 yarn@1.22.22 yarn@1 yarn@3.2.1 yarn@3.2.2 yarn@3.4.1 yarn@3.5.1 yarn@3.6.0 yarn@3.6.2 yarn@3 yarn@4.5.0 yarn@4.4.1 yarn@4.1.1 yarn@4.2.2 yarn@4.3.1 yarn@4.4.1 yarn@4'

ENV PATH=/usr/local/lib/node_modules/.bin:/usr/local/lib/node_modules/corepack/shims:${HOME}/.cache/node/corepack/v1/npm:${HOME}/.corepack/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion imags/node-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"yarn-deduplicate": "^6.0.2"
},
"private": false,
"packageManager": "npm@10.8.2",
"packageManager": "npm@10.9.0",
"engines": {
"node": ">=14",
"npm": ">=6"
Expand Down
2 changes: 1 addition & 1 deletion test/runner-node/fixtures/corepack/npm10/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "npm10",
"packageManager": "npm@10.8.2"
"packageManager": "npm@10.9.0"
}

0 comments on commit 3ff536e

Please sign in to comment.