Skip to content

Commit

Permalink
chore: add node 13/14 to circle-ci jobs (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jun 13, 2020
1 parent 0ff72f4 commit 4bafaac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Expand Up @@ -91,6 +91,16 @@ jobs:
- image: node:12
steps:
- run-all
v13:
docker:
- image: node:13
steps:
- run-all
v14:
docker:
- image: node:14
steps:
- run-all
windows-v12:
executor: win/default
steps:
Expand All @@ -102,4 +112,6 @@ workflows:
- v8
- v10
- v12
- v13
- v14
- windows-v12

0 comments on commit 4bafaac

Please sign in to comment.