Skip to content

Commit

Permalink
Merge pull request #564 from ethereum/nodejs-17
Browse files Browse the repository at this point in the history
CI run for nodejs v17
  • Loading branch information
cameel committed Nov 10, 2021
2 parents 9601326 + 1a98ddf commit ee86329
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ workflows:
jobs:
- node-v8
- node-v10
- node-v12:
run_coveralls: true
- node-v12
- node-v14
- node-v16
- node-v16:
run_coveralls: true
- node-v17

version: 2.1
jobs:
Expand Down Expand Up @@ -74,3 +75,7 @@ jobs:
<<: *node-base
docker:
- image: circleci/node:16
node-v17:
<<: *node-base
docker:
- image: circleci/node:17

0 comments on commit ee86329

Please sign in to comment.