Skip to content

bump dockers to cimg node 16.17.1 #6434

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 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .circleci/config.yml
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.8.0
- image: cimg/node:16.17.1
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.8.0-browsers
- image: cimg/node:16.17.1-browsers
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
no-gl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -105,7 +105,7 @@ jobs:
webgl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -125,7 +125,7 @@ jobs:
flaky-no-gl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -144,7 +144,7 @@ jobs:
bundle-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -163,7 +163,7 @@ jobs:
mathjax-firefox81:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -182,7 +182,7 @@ jobs:
mathjax-firefox82:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand All @@ -201,7 +201,7 @@ jobs:
mathjax-firefoxLatest:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:16.8.0-browsers
- image: cimg/node:16.17.1-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

test-baselines:
docker:
- image: circleci/node:16.8.0
- image: circleci/node:16.9.0
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -269,7 +269,7 @@ jobs:

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

test-exports:
docker:
- image: circleci/node:16.8.0
- image: circleci/node:16.9.0
working_directory: ~/plotly.js
steps:
- attach_workspace:
Expand All @@ -320,7 +320,7 @@ jobs:

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

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

publish-dist:
docker:
- image: cimg/node:16.8.0
- image: cimg/node:16.17.1
working_directory: ~/plotly.js
steps:
- checkout
Expand Down