File tree 2 files changed +2
-18
lines changed
2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 10
10
# https://hub.docker.com/r/cimg/node/tags/
11
11
12
12
jobs :
13
- install-and-cibuild-node12 : # cibuild using node 12 & npm 6
14
- docker :
15
- - image : cimg/node:12.22.7
16
- working_directory : ~/plotly.js
17
- steps :
18
- - checkout
19
- - run :
20
- name : Set up build environment
21
- command : .circleci/env_build.sh
22
- - run :
23
- name : Pretest
24
- command : npm run pretest
25
- - run :
26
- name : CI-Build
27
- command : npm run cibuild
28
-
29
13
install-and-cibuild :
30
14
docker :
31
15
- image : cimg/node:18.20.4
@@ -478,8 +462,6 @@ workflows:
478
462
version : 2
479
463
build-and-test :
480
464
jobs :
481
- - install-and-cibuild-node12
482
-
483
465
- install-and-cibuild
484
466
- timezone-jasmine :
485
467
requires :
Original file line number Diff line number Diff line change
1
+ - Drop obsolete ` npm v6 ` installation [[ #7095 ] ( https://github.com/plotly/plotly.js/pull/7095 )]
2
+
You can’t perform that action at this time.
0 commit comments