Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 3648463

Browse files
authored
ci(circle): update node image (#875)
* ci(circle): update node image same as algolia/instantsearch#4918 * try 8.17 * try upgrading more
1 parent 2053c79 commit 3648463

File tree

4 files changed

+125
-227
lines changed

4 files changed

+125
-227
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aliases:
2323
defaults: &defaults
2424
working_directory: ~/algoliasearch-helper-js
2525
docker:
26-
- image: circleci/node:8.15.1@sha256:ef1a0c468510c5f3de8fe9dbccb7dfaf29d7e21086e7db2bb59cdc811b30ae80
26+
- image: cimg/node:8.17.0
2727

2828
version: 2
2929
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.1
1+
8.17.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,8 @@
101101
},
102102
"peerDependencies": {
103103
"algoliasearch": ">= 3.1 < 5"
104+
},
105+
"resolutions": {
106+
"node-sass": "4.14.1"
104107
}
105108
}

0 commit comments

Comments
 (0)