From d094811d84e3d9fe88a5d0957a3e108ef8db4a7d Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 16:38:14 +0200 Subject: [PATCH 1/3] Remove node 12 test --- .circleci/config.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6ecbfcdbf0..8f39e4b47e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,22 +10,6 @@ orbs: # https://hub.docker.com/r/cimg/node/tags/ jobs: - install-and-cibuild-node12: # cibuild using node 12 & npm 6 - docker: - - image: cimg/node:12.22.7 - working_directory: ~/plotly.js - steps: - - checkout - - run: - name: Set up build environment - command: .circleci/env_build.sh - - run: - name: Pretest - command: npm run pretest - - run: - name: CI-Build - command: npm run cibuild - install-and-cibuild: docker: - image: cimg/node:18.20.4 From 27b3cd45a66e265a0c30902bcf22ef9b254a5d7f Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 16:52:26 +0200 Subject: [PATCH 2/3] remove call to node12 build test --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f39e4b47e3..a3a30c560ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -462,8 +462,6 @@ workflows: version: 2 build-and-test: jobs: - - install-and-cibuild-node12 - - install-and-cibuild - timezone-jasmine: requires: From d882d9b99f78386550fcaa29e927d2e3aede55f6 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 16:54:53 +0200 Subject: [PATCH 3/3] draftlog Update draftlogs/7095_change.md Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> newline --- draftlogs/7095_change.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 draftlogs/7095_change.md diff --git a/draftlogs/7095_change.md b/draftlogs/7095_change.md new file mode 100644 index 00000000000..de04a873aa9 --- /dev/null +++ b/draftlogs/7095_change.md @@ -0,0 +1,2 @@ + - Drop obsolete `npm v6` installation [[#7095](https://github.com/plotly/plotly.js/pull/7095)] + \ No newline at end of file