Skip to content

Commit

Permalink
revert: node v16 update as it fails with @wdio/sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraj-r committed Nov 18, 2021
1 parent 484e237 commit 8ea1284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
build-and-test:
executor:
name: node/default
tag: 'lts'
# TODO: switch back to 'lts'. Temp workaround for issues with lts v16.
# https://github.com/salesforce/sa11y/issues/82
tag: '14.18.1'
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"webdriverio": "6.12.1"
},
"engines": {
"node": "^14 || ^16"
"node": "^12 || ^14"
}
}

0 comments on commit 8ea1284

Please sign in to comment.