Skip to content

Commit

Permalink
build(circleci): add node 14, node 16 for CircleCI
Browse files Browse the repository at this point in the history
Add more nodejs versions
  • Loading branch information
jasonschroeder-sfdc committed Sep 27, 2022
1 parent a83e68a commit c5b5f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ workflows:
matrix:
parameters:
node-version:
- '14.18.1'
- '14.19.3'
- '16.16.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"webdriverio": "7"
},
"engines": {
"node": "^14"
"node": "^14 || ^16"
}
}

0 comments on commit c5b5f21

Please sign in to comment.