Skip to content

Commit 33a0bea

Browse files
committed
ci: update Windows E2E job to use Node.js 16.10
Node.js v16 is now the default development environment for the CLI. v16 also should provide performance improvements for the E2E test runs and is the more commonly used version of Node.js at this time. v16.10 is currently the minimum supported version of the Node.js v16 major for the Angular CLI.
1 parent e569d3b commit 33a0bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ commands:
8383
at: *workspace_location
8484
setup_windows:
8585
steps:
86-
- run: nvm install 14.19
87-
- run: nvm use 14.19
86+
- run: nvm install 16.10
87+
- run: nvm use 16.10
8888
- run: npm install -g [email protected]
8989
- run: node --version
9090
- run: yarn --version

0 commit comments

Comments
 (0)