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

Commit

Permalink
ci: replace legacy circleci node images
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Oct 19, 2021
1 parent 110c4f5 commit 1af8ba9
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

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

commands:
build_app:
Expand Down

0 comments on commit 1af8ba9

Please sign in to comment.