Skip to content

Commit 8013eec

Browse files
committed
ci: bump Windows CI Node version to 12.13.0
This is required by `@npmcli/fs` via its `engines` field. The package is an unavoidable transitive dependency introduced by npm/cacache@274d456.
1 parent d0b0ae2 commit 8013eec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ commands:
7777
at: *workspace_location
7878
setup_windows:
7979
steps:
80-
- run: nvm install 12.1.0
81-
- run: nvm use 12.1.0
80+
- run: nvm install 12.13.0
81+
- run: nvm use 12.13.0
8282
- run: npm install -g [email protected]
8383
- run: node --version
8484
- run: yarn --version
@@ -234,7 +234,7 @@ jobs:
234234
# too early without Saucelabs not being ready.
235235
- run: ./scripts/saucelabs/wait-for-tunnel.sh
236236
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts --ve
237-
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
237+
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
238238
- run: ./scripts/saucelabs/stop-tunnel.sh
239239

240240
build:
@@ -262,7 +262,7 @@ jobs:
262262
- custom_attach_workspace
263263
- install_python
264264
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
265-
- run:
265+
- run:
266266
command: yarn bazel:integration
267267
no_output_timeout: 20m
268268

@@ -273,7 +273,7 @@ jobs:
273273
- custom_attach_workspace
274274
- run:
275275
name: Decrypt Credentials
276-
# Note: when changing the image, you might have to re-encrypt the credentials with a
276+
# Note: when changing the image, you might have to re-encrypt the credentials with a
277277
# matching version of openssl.
278278
# See https://stackoverflow.com/a/43847627/2116927 for more info.
279279
command: |
@@ -315,7 +315,7 @@ jobs:
315315
- setup_windows
316316
# Run partial e2e suite on PRs only. Master will run the full e2e suite with sharding.
317317
- run: if (Test-Path env:CIRCLE_PR_NUMBER) { node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy.ts}" }
318-
318+
319319
e2e-cli-win:
320320
executor: windows-executor
321321
parallelism: 4
@@ -382,15 +382,15 @@ workflows:
382382

383383
# Bazel jobs
384384
# These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
385-
# will catch any build errors before proceeding to the more lengthy and resource intensive
385+
# will catch any build errors before proceeding to the more lengthy and resource intensive
386386
# Bazel jobs.
387387
- test:
388388
requires:
389389
- build
390390
- integration:
391391
requires:
392392
- build
393-
393+
394394
# Windows jobs
395395
# These jobs only run after their non-windows counterparts finish successfully.
396396
# This isn't strictly necessary as there is no artifact dependency, but helps economize
@@ -409,7 +409,7 @@ workflows:
409409
requires:
410410
- setup-and-build-win
411411
- e2e-cli
412-
412+
413413
# Publish jobs
414414
- snapshot_publish:
415415
<<: *only_release_branches

0 commit comments

Comments
 (0)