Skip to content

Commit

Permalink
fix: CircleCI の Node.js のバージョンを更新 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokky0425 committed Sep 1, 2021
1 parent 89c08aa commit 57a8c94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-v12:
docker:
- image: circleci/node:10
- image: circleci/node:12
steps:
- run-test
node-v12:
node-v14:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- run-test

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

0 comments on commit 57a8c94

Please sign in to comment.