We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598721c commit 878afa8Copy full SHA for 878afa8
.circleci/config.yml
@@ -1,9 +1,6 @@
1
version: 2.1
2
3
executors:
4
- node9:
5
- docker:
6
- - image: circleci/node:9
7
node14:
8
docker:
9
- image: cimg/node:14.17.0
@@ -68,7 +65,7 @@ jobs:
68
65
path: "angular-instantsearch/secured-api-keys"
69
66
70
67
build_react_projects:
71
- executor: node9
+ executor: node14
72
steps:
73
- checkout
74
- build_project:
@@ -132,7 +129,7 @@ jobs:
132
129
path: "instantsearch.js/secured-api-keys"
133
130
134
131
build_vue_projects:
135
136
137
138
0 commit comments