Skip to content

Commit

Permalink
ci: update to use node-16 for ci (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Sep 20, 2022
1 parent c89fa58 commit 4dd0b22
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ orbs:

defaults: &defaults
docker:
# using a node14 image instead of a node16 image due to WDIO
# @see https://webdriver.io/blog/2021/07/28/sync-api-deprecation/
- image: cimg/node:14.19-browsers
- image: cimg/node:16.16.0-browsers
working_directory: ~/axe-core-npm

commands:
Expand Down Expand Up @@ -168,7 +166,11 @@ jobs:
- run: npm run test --prefix=packages/webdriverjs/tests/example

webdriverio:
<<: *defaults
docker:
# using a node14 image instead of a node16 image due to WDIO
# @see https://webdriver.io/blog/2021/07/28/sync-api-deprecation/
- image: cimg/node:14.19-browsers
working_directory: ~/axe-core-npm
steps:
- checkout
- restore_dependency_cache
Expand Down

0 comments on commit 4dd0b22

Please sign in to comment.