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

Commit 9ffb469

Browse files
authored
fix(ci): replace legacy circleci node images (#533)
1 parent 5c72d05 commit 9ffb469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/create-instantsearch-app
2727
docker:
28-
- image: circleci/node:12
28+
- image: cimg/node:12.22
2929

3030
executors:
3131
node10:
3232
docker:
33-
- image: circleci/node:10
33+
- image: cimg/node:10.24
3434
node12:
3535
docker:
36-
- image: circleci/node:12
36+
- image: cimg/node:12.22
3737

3838
commands:
3939
build_app:

0 commit comments

Comments
 (0)