Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add node 13/14 to circle-ci jobs #1937

Merged
merged 1 commit into from Jun 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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