Skip to content

Commit

Permalink
Add support for Node 16
Browse files Browse the repository at this point in the history
* Run tests in Node 16
  • Loading branch information
mroderick committed Jun 15, 2021
1 parent c0a9a6b commit d5e06d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
node-14:
docker:
- image: circleci/node:14
steps:
- *attach-step
- run:
name: Test
command: npm test
node-16:
docker:
- image: circleci/node:16
steps:
- *attach-step
- run:
Expand All @@ -93,3 +101,6 @@ workflows:
- node-14:
requires:
- install-dependencies
- node-16:
requires:
- install-dependencies

0 comments on commit d5e06d5

Please sign in to comment.