Skip to content

Commit

Permalink
replace legacy circleci with cimg/node
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Aug 8, 2024
1 parent 91ea48c commit 6eaa057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:

test-baselines:
docker:
- image: circleci/node:18.20.4
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -321,7 +321,7 @@ jobs:

test-baselines-virtual-webgl:
docker:
- image: circleci/node:18.20.4
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -335,7 +335,7 @@ jobs:

test-baselines-b64:
docker:
- image: circleci/node:18.20.4
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -349,7 +349,7 @@ jobs:

test-baselines-mathjax3:
docker:
- image: circleci/node:18.20.4
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:

test-exports:
docker:
- image: circleci/node:18.20.4
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand Down

0 comments on commit 6eaa057

Please sign in to comment.