8000 Use cimg/node instead of circleci/node by birkskyum · Pull Request #7080 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Use cimg/node instead of circleci/node #7080

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 12, 2024
Prev Previous commit
Next Next commit
use latest 16.x
  • Loading branch information
birkskyum committed Aug 12, 2024
commit 5c4c7c7f0c77d8a200bb64d6c840aa8899eabbca
38 changes: 19 additions & 19 deletions .circleci/config.yml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

install-and-cibuild: # main cibuild using node 16 & npm 7
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- checkout
Expand All @@ -52,7 +52,7 @@ jobs:
timezone-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
no-gl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -103,7 +103,7 @@ jobs:
webgl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -122,7 +122,7 @@ jobs:
virtual-webgl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -141,7 +141,7 @@ jobs:
flaky-no-gl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -159,7 +159,7 @@ jobs:
bundle-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -177,7 +177,7 @@ jobs:
mathjax-firefox81:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -196,7 +196,7 @@ jobs:
mathjax-firefox82:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -215,7 +215,7 @@ jobs:
mathjax-firefoxLatest:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.17.1-browsers
- image: cimg/node:16.20.2-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:

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

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

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

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

test-exports:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -400,7 +400,7 @@ jobs:

mock-validation:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -414,7 +414,7 @@ jobs:

source-syntax:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -425,7 +425,7 @@ jobs:

publish-dist:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- checkout
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:

test-stackgl-bundle:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:16.20.2
working_directory: ~/plotly.js
steps:
- checkout
Expand Down
0