Skip to content

Commit

Permalink
ci(circle): update node image (algolia/algoliasearch-helper-js#875)
Browse files Browse the repository at this point in the history
* ci(circle): update node image

same as algolia/instantsearch.jsalgolia/algoliasearch-helper-js#4918

* try 8.17

* try upgrading more
  • Loading branch information
Haroenv committed Oct 7, 2021
1 parent a8af5c3 commit ec3b7b3
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 227 deletions.
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/.circleci/config.yml
Expand Up @@ -23,7 +23,7 @@ aliases:
defaults: &defaults
working_directory: ~/algoliasearch-helper-js
docker:
- image: circleci/node:8.15.1@sha256:ef1a0c468510c5f3de8fe9dbccb7dfaf29d7e21086e7db2bb59cdc811b30ae80
- image: cimg/node:8.17.0

version: 2
jobs:
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/.nvmrc
@@ -1 +1 @@
8.15.1
8.17.0
3 changes: 3 additions & 0 deletions packages/algoliasearch-helper/package.json
Expand Up @@ -101,5 +101,8 @@
},
"peerDependencies": {
"algoliasearch": ">= 3.1 < 5"
},
"resolutions": {
"node-sass": "4.14.1"
}
}

0 comments on commit ec3b7b3

Please sign in to comment.