Skip to content

Commit 3f8968a

Browse files
committed
ci: update job to run Node.js 14.19
Node.js 12 is no longer supported
1 parent 4ebfe03 commit 3f8968a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ orbs:
1717
## IMPORTANT
1818
# Windows needs its own cache key because binaries in node_modules are different.
1919
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
20-
var_1: &cache_key v1-angular_devkit-14.17-{{ checksum "yarn.lock" }}
21-
var_1_win: &cache_key_win v1-angular_devkit-win-12.22-{{ checksum "yarn.lock" }}
22-
var_3: &default_nodeversion '14.17'
20+
var_1: &cache_key v1-angular_devkit-14.19-{{ checksum "yarn.lock" }}
21+
var_1_win: &cache_key_win v1-angular_devkit-win-14.19-{{ checksum "yarn.lock" }}
22+
var_3: &default_nodeversion '14.19'
2323
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
2424
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
2525
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
@@ -83,8 +83,8 @@ commands:
8383
at: *workspace_location
8484
setup_windows:
8585
steps:
86-
- run: nvm install 12.22.1
87-
- run: nvm use 12.22.1
86+
- run: nvm install 14.19
87+
- run: nvm use 14.19
8888
- run: npm install -g [email protected]
8989
- run: node --version
9090
- run: yarn --version

0 commit comments

Comments
 (0)