Skip to content

Commit

Permalink
ci: update playwright docker to pin node version (dequelabs#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored May 17, 2022
1 parent 3e5407a commit d660623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
NODE_ENV: development
working_directory: ~/axe-core-npm
steps:
# We need to pin node@14 to run WDIO due to WDIO sync, only works on node@14
- run: npm install -g node@14 --force
- checkout
- restore_dependency_cache
- run: npm install
Expand Down

0 comments on commit d660623

Please sign in to comment.