Skip to content

Commit 9b54714

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/pa11y-9.1.0
2 parents ed40c68 + ab89835 commit 9b54714

23 files changed

Lines changed: 38 additions & 38 deletions

.github/workflows/regression-test-404.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4444
- name: Setup dependencies using pip
4545
run: pip install -r requirements.txt
46-
- name: Setup Node.js (v4 version 20.x)
46+
- name: Setup Node.js (v4 version 24.x)
4747
uses: actions/setup-node@v6
4848
with:
49-
node-version: '20.x'
49+
node-version: '24.x'
5050
- if: ${{ matrix.os == 'ubuntu-latest' }}
5151
shell: bash
5252
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-a11y-statement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4646
- name: Setup dependencies using pip
4747
run: pip install -r requirements.txt
48-
- name: Setup Node.js (v4 version 20.x)
48+
- name: Setup Node.js (v4 version 24.x)
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '20.x'
51+
node-version: '24.x'
5252
- if: ${{ matrix.os == 'ubuntu-latest' }}
5353
shell: bash
5454
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-energy-efficiency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4646
- name: Setup dependencies using pip
4747
run: pip install -r requirements.txt
48-
- name: Setup Node.js (v4 version 20.x)
48+
- name: Setup Node.js (v4 version 24.x)
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '20.x'
51+
node-version: '24.x'
5252
- if: ${{ matrix.os == 'ubuntu-latest' }}
5353
shell: bash
5454
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-google-lighthouse-based.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4444
- name: Setup dependencies using pip
4545
run: pip install -r requirements.txt
46-
- name: Setup Node.js (v4 version 20.x)
46+
- name: Setup Node.js (v4 version 24.x)
4747
uses: actions/setup-node@v6
4848
with:
49-
node-version: '20.x'
49+
node-version: '24.x'
5050
- if: ${{ matrix.os == 'ubuntu-latest' }}
5151
shell: bash
5252
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-http.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4646
- name: Setup dependencies using pip
4747
run: pip install -r requirements.txt
48-
- name: Setup Node.js (v4 version 20.x)
48+
- name: Setup Node.js (v4 version 24.x)
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '20.x'
51+
node-version: '24.x'
5252
- if: ${{ matrix.os == 'ubuntu-latest' }}
5353
shell: bash
5454
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-lint-css.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4646
- name: Setup dependencies using pip
4747
run: pip install -r requirements.txt
48-
- name: Setup Node.js (v4 version 20.x)
48+
- name: Setup Node.js (v4 version 24.x)
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '20.x'
51+
node-version: '24.x'
5252
- if: ${{ matrix.os == 'ubuntu-latest' }}
5353
shell: bash
5454
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-lint-html.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4747
- name: Setup dependencies using pip
4848
run: pip install -r requirements.txt
49-
- name: Setup Node.js (v4 version 20.x)
49+
- name: Setup Node.js (v4 version 24.x)
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: '20.x'
52+
node-version: '24.x'
5353
- if: ${{ matrix.os == 'ubuntu-latest' }}
5454
shell: bash
5555
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-lint-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4848
- name: Setup dependencies using pip
4949
run: pip install -r requirements.txt
50-
- name: Setup Node.js (v4 version 20.x)
50+
- name: Setup Node.js (v4 version 24.x)
5151
uses: actions/setup-node@v6
5252
with:
53-
node-version: '20.x'
53+
node-version: '24.x'
5454
- if: ${{ matrix.os == 'ubuntu-latest' }}
5555
shell: bash
5656
name: Setup Google Chrome browser (ONLY used for Sitespeed)

.github/workflows/regression-test-pa11y.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4545
- name: Setup dependencies using pip
4646
run: pip install -r requirements.txt
47-
- name: Setup Node.js (v4 version 20.x)
47+
- name: Setup Node.js (v4 version 24.x)
4848
uses: actions/setup-node@v6
4949
with:
50-
node-version: '20.x'
50+
node-version: '24.x'
5151
- name: Setup npm packages
5252
run: npm install --omit=dev
5353
timeout-minutes: 30

.github/workflows/regression-test-sitespeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
4646
- name: Setup dependencies using pip
4747
run: pip install -r requirements.txt
48-
- name: Setup Node.js (v4 version 20.x)
48+
- name: Setup Node.js (v4 version 24.x)
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '20.x'
51+
node-version: '24.x'
5252
- if: ${{ matrix.os == 'ubuntu-latest' }}
5353
name: Setup SpeedIndex dependencies (ONLY used for Sitespeed) - Linux
5454
run: |

0 commit comments

Comments
 (0)