Skip to content

Commit e9737f6

Browse files
authored
ci: install modern versions of chrome and node (#453)
The [build is failing trying to install chrome 126](https://app.circleci.com/pipelines/github/dequelabs/axe-core-gems/839/workflows/7a2c5f9d-709b-42de-83dc-9a803c8671ff/jobs/1834). Unpinning the chrome version so it will install latest. Also updated the node version while I was there. No QA required
1 parent 4a4faa5 commit e9737f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ commands:
1515
description: Install dependencies and bootstrap packages
1616
steps:
1717
- checkout
18-
- browser-tools/install-browser-tools:
19-
chrome-version: 126.0.6478.182
20-
replace-existing-chrome: true
18+
- browser-tools/install-browser-tools
2119
- node/install:
22-
node-version: "16.13"
20+
node-version: "22"
2321
- run: gem install bundler # setup bundler
2422
- run: rake bootstrap # bootstrap packages
2523

@@ -87,7 +85,7 @@ jobs:
8785
steps:
8886
- checkout
8987
- node/install:
90-
node-version: "16.13"
88+
node-version: "22"
9189
- bootstrap
9290
- run: bash .circleci/print_license.sh
9391

0 commit comments

Comments
 (0)