Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccaec5 commit 867ba0dCopy full SHA for 867ba0d
.circleci/config.yml
@@ -10,22 +10,6 @@ orbs:
10
# https://hub.docker.com/r/cimg/node/tags/
11
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
23
- name: Pretest
24
- command: npm run pretest
25
26
- name: CI-Build
27
- command: npm run cibuild
28
-
29
install-and-cibuild: # main cibuild using node 16 & npm 7
30
docker:
31
- image: cimg/node:16.17.1
@@ -500,8 +484,6 @@ workflows:
500
484
version: 2
501
485
build-and-test:
502
486
503
- - install-and-cibuild-node12
504
505
487
- install-and-cibuild
506
488
- timezone-jasmine:
507
489
requires:
0 commit comments