Skip to content

Commit 878afa8

Browse files
committed
run all ci builds on node 14
1 parent 598721c commit 878afa8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
version: 2.1
22

33
executors:
4-
node9:
5-
docker:
6-
- image: circleci/node:9
74
node14:
85
docker:
96
- image: cimg/node:14.17.0
@@ -68,7 +65,7 @@ jobs:
6865
path: "angular-instantsearch/secured-api-keys"
6966

7067
build_react_projects:
71-
executor: node9
68+
executor: node14
7269
steps:
7370
- checkout
7471
- build_project:
@@ -132,7 +129,7 @@ jobs:
132129
path: "instantsearch.js/secured-api-keys"
133130

134131
build_vue_projects:
135-
executor: node9
132+
executor: node14
136133
steps:
137134
- checkout
138135
- build_project:

0 commit comments

Comments
 (0)