Skip to content

Commit 28c2954

Browse files
chore(deps): update Node versions (#446)
BREAKING CHANGE
1 parent 4a65aab commit 28c2954

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/create-instantsearch-app
2727
docker:
28-
- image: circleci/node:8
28+
- image: circleci/node:12
2929

3030
executors:
31-
node8:
32-
docker:
33-
- image: circleci/node:8
3431
node10:
3532
docker:
3633
- image: circleci/node:10
34+
node12:
35+
docker:
36+
- image: circleci/node:12
3737

3838
commands:
3939
build_app:
@@ -88,8 +88,8 @@ jobs:
8888
name: End-to-end tests
8989
command: yarn run test:e2e --maxWorkers=4
9090

91-
test_apps_node_8:
92-
executor: node8
91+
test_apps_node_10:
92+
executor: node10
9393
steps:
9494
- checkout
9595
- run: *install_yarn_version
@@ -118,8 +118,8 @@ jobs:
118118
template: 'Vue InstantSearch'
119119
app: 'vue-instantsearch'
120120

121-
test_apps_node_10:
122-
executor: node10
121+
test_apps_node_12:
122+
executor: node12
123123
steps:
124124
- checkout
125125
- run: *install_yarn_version
@@ -155,5 +155,5 @@ workflows:
155155
- test_lint
156156
- test_unit
157157
- test_e2e
158-
- test_apps_node_8
159158
- test_apps_node_10
159+
- test_apps_node_12

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.14.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"src"
3434
],
3535
"engines": {
36-
"node": ">= 8"
36+
"node": ">= 10"
3737
},
3838
"dependencies": {
3939
"algoliasearch": "3.35.1",

0 commit comments

Comments
 (0)