Skip to content

Commit 2925d31

Browse files
committed
remove outdated node 12
1 parent e9e511e commit 2925d31

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

-18
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ orbs:
1010
# https://hub.docker.com/r/cimg/node/tags/
1111

1212
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-
2913
install-and-cibuild: # main cibuild using node 18 & npm 10
3014
docker:
3115
- image: cimg/node:18.20.4
@@ -516,8 +500,6 @@ workflows:
516500
version: 2
517501
build-and-test:
518502
jobs:
519-
- install-and-cibuild-node12
520-
521503
- install-and-cibuild
522504
- timezone-jasmine:
523505
requires:

0 commit comments

Comments
 (0)