Skip to content

Commit

Permalink
feat: update support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokky0425 committed Feb 28, 2022
1 parent 9925484 commit 6917693
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ commands:
# run tests!
- run: yarn test
jobs:
node-v12:
node-v14:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- run-test
node-v14:
node-v16:
docker:
- image: circleci/node:14
- image: circleci/node:16
steps:
- run-test

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

0 comments on commit 6917693

Please sign in to comment.