Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Use node.js v18 and npm v10 in development #7078

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
Changes from 1 commit
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
Prev Previous commit
lint
  • Loading branch information
birkskyum committed Aug 12, 2024
commit e0eafc84d145cc74eff30634098ab1d302872ef2
6 changes: 3 additions & 3 deletions 6 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: CI-Build
command: npm run cibuild

install-and-cibuild:
install-and-cibuild:
docker:
- image: cimg/node:18.20.4
working_directory: ~/plotly.js
Expand Down Expand Up @@ -336,8 +336,8 @@ jobs:
- run:
name: Install poppler-utils to have pdftops for exporting eps
command: |
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install poppler-utils
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install poppler-utils
- run:
name: Create svg, jpg, jpeg, webp, pdf and eps files
command: python3 test/image/make_exports.py
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.