Skip to content

Commit 3fbb80d

Browse files
authored
chore(node14): update node version for angular projects (#252)
1 parent cfe2387 commit 3fbb80d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ executors:
44
node9:
55
docker:
66
- image: circleci/node:9
7+
node14:
8+
docker:
9+
- image: cimg/node:14.17.0
710

811
commands:
912
build_project:
@@ -21,7 +24,7 @@ commands:
2124
yarn build
2225
jobs:
2326
build_angular_projects:
24-
executor: node9
27+
executor: node14
2528
steps:
2629
- checkout
2730
- build_project:

0 commit comments

Comments
 (0)