diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index 30f82ce838e8..091f0bff0468 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -3529,4 +3529,4 @@ workflows: <<: *darwin-workflow-filters windows: <<: *windows-workflow - <<: *windows-workflow-filters + <<: *windows-workflow-filters \ No newline at end of file diff --git a/scripts/ensure-node.sh b/scripts/ensure-node.sh index 1e342ce47032..cbdf48340fe0 100755 --- a/scripts/ensure-node.sh +++ b/scripts/ensure-node.sh @@ -1,6 +1,8 @@ #!/bin/bash # `source ./scripts/ensure-node.sh` to ensure you are running the correct Node version for this repo +# testing + # The Windows executor ships with nvm-windows 1.1.7, which has compatibility issues with node 16.14.2. # When 1.1.7 is detected, we manually update to nvm-windows 1.1.9, which includes a fix for 16.14.2 support. if [[ $PLATFORM == 'windows' && $(echo `nvm version`) == '1.1.7' ]]; then