Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7775810

Browse files
committedAug 9, 2024·
replace legacy circleci with cimg/node
1 parent fde8681 commit 7775810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307

308308
test-baselines:
309309
docker:
310-
- image: circleci/node:18.20.4
310+
- image: cimg/node:18.20.4
311311
working_directory: ~/plotly.js
312312
steps:
313313
- attach_workspace:
@@ -321,7 +321,7 @@ jobs:
321321

322322
test-baselines-virtual-webgl:
323323
docker:
324-
- image: circleci/node:18.20.4
324+
- image: cimg/node:18.20.4
325325
working_directory: ~/plotly.js
326326
steps:
327327
- attach_workspace:
@@ -335,7 +335,7 @@ jobs:
335335

336336
test-baselines-b64:
337337
docker:
338-
- image: circleci/node:18.20.4
338+
- image: cimg/node:18.20.4
339339
working_directory: ~/plotly.js
340340
steps:
341341
- attach_workspace:
@@ -349,7 +349,7 @@ jobs:
349349

350350
test-baselines-mathjax3:
351351
docker:
352-
- image: circleci/node:18.20.4
352+
- image: cimg/node:18.20.4
353353
working_directory: ~/plotly.js
354354
steps:
355355
- attach_workspace:
@@ -386,7 +386,7 @@ jobs:
386386

387387
test-exports:
388388
docker:
389-
- image: circleci/node:18.20.4
389+
- image: cimg/node:18.20.4
390390
working_directory: ~/plotly.js
391391
steps:
392392
- attach_workspace:

0 commit comments

Comments
 (0)
Please sign in to comment.