Skip to content

Commit

Permalink
Update dependencies and test Node 14 (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 22, 2020
1 parent 9e85c59 commit 0c5d32a
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 567 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -62,6 +62,11 @@ jobs:
- image: node:12
steps:
- test-nodejs
node-v14:
docker:
- image: node:14
steps:
- test-nodejs

workflows:
version: 2
Expand All @@ -71,3 +76,4 @@ workflows:
- node-v8
- node-v10
- node-v12
- node-v14

0 comments on commit 0c5d32a

Please sign in to comment.