Skip to content

Commit

Permalink
chore: remove the node v10 build and add the v14 build on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
diescake committed Nov 11, 2021
1 parent e2a129c commit 3626b17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ commands:
# run tests!
- run: yarn test
jobs:
node-v10:
node-v14:
docker:
- image: circleci/node:17
- image: circleci/node:14
steps:
- run-test
node-v12:
node-v16:
docker:
- image: circleci/node:17
- image: circleci/node:16
steps:
- run-test

workflows:
multiple_builds:
jobs:
- node-v10
- node-v12
- node-v14
- node-v16

0 comments on commit 3626b17

Please sign in to comment.