Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 900fb2d

Browse files
authored
build: update to node v16.10.0 to work with Angular v13 (#1084)
1 parent 43d422b commit 900fb2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: 2.1
1212

1313
# Cache key for CircleCI. We want to invalidate the cache whenever the Yarn lock file changes.
1414
var_1: &cache_key material-angular-io-{{ .Branch }}-{{ checksum "yarn.lock" }}
15-
var_2: &default_docker_image circleci/node:16.6.0-browsers
15+
var_2: &default_docker_image circleci/node:16.10.0-browsers
1616

1717
# Settings common to each job
1818
var_3: &job_defaults

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.6.0
1+
16.10.0

0 commit comments

Comments
 (0)