build: upgrade to node 14 (#41544)

Upgrade local development environment for the angular repo to use node 14
dropping node 10 from supported for development within the angular repo.

PR Close #41544
This commit is contained in:
Joey Perrott
2021-04-12 12:01:58 -07:00
committed by Zach Arend
parent 0bc539af29
commit ee615e0744
9 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Image metadata and config.
# Ideally, the Node.js version should match what we use on CI.
# See `executors > default-executor` in `.circleci/config.yml`.
FROM circleci/node:12-browsers
FROM circleci/node:14-browsers
LABEL name="Angular dev environment" \