Skip to content

Commit

Permalink
remove outdated node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Aug 8, 2024
1 parent e9e511e commit 2925d31
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: # main cibuild using node 18 & npm 10
docker:
- image: cimg/node:18.20.4
Expand Down Expand Up @@ -516,8 +500,6 @@ workflows:
version: 2
build-and-test:
jobs:
- install-and-cibuild-node12

- install-and-cibuild
- timezone-jasmine:
requires:
Expand Down

0 comments on commit 2925d31

Please sign in to comment.