Skip to content

Commit

Permalink
chore: update node version test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Apr 10, 2022
1 parent feaba56 commit 7aa9402
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Expand Up @@ -32,26 +32,26 @@ commands:
- run:
command: npm run coveralls
jobs:
node-v10:
node-v14:
docker:
- image: node:10
- image: node:14
steps:
- test-nodejs
node-v12:
node-v16:
docker:
- image: node:12
- image: node:16
steps:
- test-nodejs
node-v14:
node-v17:
docker:
- image: node:14
- image: node:17
steps:
- test-nodejs

workflows:
version: 2
node-multi-build:
jobs:
- node-v10
- node-v12
- node-v14
- node-v16
- node-v17

0 comments on commit 7aa9402

Please sign in to comment.