Skip to content

Commit ce39092

Browse files
committed
ci: bump Windows Node version to v12.13
This is the [minimum for Tailwind](tailwindlabs/tailwindcss#2582), so it is required.
1 parent 3230d0f commit ce39092

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

+9-9
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
@@ -255,7 +255,7 @@ jobs:
255255
# too early without Saucelabs not being ready.
256256
- run: ./scripts/saucelabs/wait-for-tunnel.sh
257257
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts --ve
258-
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
258+
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
259259
- run: ./scripts/saucelabs/stop-tunnel.sh
260260

261261
build:
@@ -283,7 +283,7 @@ jobs:
283283
- custom_attach_workspace
284284
- run:
285285
name: Decrypt Credentials
286-
# Note: when changing the image, you might have to re-encrypt the credentials with a
286+
# Note: when changing the image, you might have to re-encrypt the credentials with a
287287
# matching version of openssl.
288288
# See https://stackoverflow.com/a/43847627/2116927 for more info.
289289
command: |
@@ -324,7 +324,7 @@ jobs:
324324
- setup_windows
325325
# Run partial e2e suite on PRs only. Master will run the full e2e suite with sharding.
326326
- run: if (Test-Path env:CIRCLE_PR_NUMBER) { node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy*.ts}" }
327-
327+
328328
e2e-cli-win:
329329
executor: windows-executor
330330
parallelism: 4
@@ -395,12 +395,12 @@ workflows:
395395

396396
# Bazel jobs
397397
# These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
398-
# will catch any build errors before proceeding to the more lengthy and resource intensive
398+
# will catch any build errors before proceeding to the more lengthy and resource intensive
399399
# Bazel jobs.
400400
- test:
401401
requires:
402402
- build
403-
403+
404404
# Windows jobs
405405
# These jobs only run after their non-windows counterparts finish successfully.
406406
# This isn't strictly necessary as there is no artifact dependency, but helps economize
@@ -419,7 +419,7 @@ workflows:
419419
requires:
420420
- setup-and-build-win
421421
- e2e-cli
422-
422+
423423
# Publish jobs
424424
- snapshot_publish:
425425
<<: *only_release_branches
@@ -453,4 +453,4 @@ workflows:
453453
- build
454454
- test-browsers:
455455
requires:
456-
- build
456+
- build

0 commit comments

Comments
 (0)