File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ function run_sandboxed() {
4141 DOCKER_RUNTIME=runsc
4242 fi
4343
44- # This image is mirrored and will not be rate limited.
45- NODE_IMAGE=mcr.microsoft.com/mirror/docker/library/node:20
44+ NODE_IMAGE=mcr.microsoft.com/devcontainers/javascript-node:22
4645
4746 INTERNET=ts-perf-sandbox-internet
4847 NO_INTERNET=ts-perf-sandbox-internal
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ source ../../common.sh
77
88clone_scenario https://github.com/angular/angular.git cc57d4c4998b4e38f940afdf358af37185028072
99
10- run_sandboxed sh -c ' yarn install --ignore-scripts'
10+ run_sandboxed sh -c ' yarn install --ignore-scripts --ignore-engines '
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ source ../../common.sh
77
88clone_scenario https://github.com/microsoft/vscode.git f88bce8fe6a6d2ccd27cbd64bb26853cd8779afa
99
10- run_sandboxed sh -c ' yarn install --ignore-scripts'
10+ run_sandboxed sh -c ' yarn install --ignore-scripts --ignore-engines '
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ source ../../common.sh
77
88clone_scenario https://github.com/microsoft/vscode.git
99
10- run_sandboxed sh -c ' yarn install --ignore-scripts'
10+ run_sandboxed sh -c ' npm ci --ignore-scripts'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ clone_scenario https://github.com/webpack/webpack.git 228fc69f40c3e9ec6d99a5105f
99
1010run_sandboxed sh -c '
1111 set -ex
12- yarn install --ignore-scripts
12+ yarn install --ignore-scripts --ignore-engines
1313
1414 # https://github.com/webpack/webpack/blob/228fc69f40c3e9ec6d99a5105fdc85b5bca4ce43/.github/workflows/test.yml#L135
1515 LINK_FOLDER=$PWD/node_modules/.yarn-link
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ clone_scenario https://github.com/webpack/webpack.git
99
1010run_sandboxed sh -c '
1111 set -ex
12- yarn install --ignore-scripts
12+ yarn install --ignore-scripts --ignore-engines
1313
1414 # https://github.com/webpack/webpack/blob/228fc69f40c3e9ec6d99a5105fdc85b5bca4ce43/.github/workflows/test.yml#L135
1515 LINK_FOLDER=$PWD/node_modules/.yarn-link
You can’t perform that action at this time.
0 commit comments