Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix(ci): replace legacy circleci node images (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Oct 20, 2021
1 parent 5c72d05 commit 9ffb469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ aliases:
defaults: &defaults
working_directory: ~/create-instantsearch-app
docker:
- image: circleci/node:12
- image: cimg/node:12.22

executors:
node10:
docker:
- image: circleci/node:10
- image: cimg/node:10.24
node12:
docker:
- image: circleci/node:12
- image: cimg/node:12.22

commands:
build_app:
Expand Down

0 comments on commit 9ffb469

Please sign in to comment.