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

ci(circle): update node image #875

Merged
merged 3 commits into from Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .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 .nvmrc
@@ -1 +1 @@
8.15.1
8.17.0
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -101,5 +101,8 @@
},
"peerDependencies": {
"algoliasearch": ">= 3.1 < 5"
},
"resolutions": {
"node-sass": "4.14.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

older versions weren't precompiled for this node version, thus required python, which is no longer included in the docker container

}
}