Skip to content

Commit 68d5bca

Browse files
update lhci configs
1 parent 69dc12e commit 68d5bca

6 files changed

Lines changed: 8 additions & 9 deletions

.github/workflows/LHCI-assert-on-budget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
assert-on-budget:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- name: Run Lighthouse on urls and validate with budgets.json
1010
uses: ./
1111
with:

.github/workflows/LHCI-assert-on-lighthouserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
assert-on-lighthouserc:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- name: Run Lighthouse on urls and validate with lighthouserc
1010
uses: ./
1111
with:

.github/workflows/LHCI-static-dist-dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
static-dist-dir:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- name: Run Lighthouse against a static dist dir
1010
uses: ./
1111
with:

.github/workflows/LHCI-upload-to-private-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
populate-ci-server-data:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- name: Run Lighthouse on a URL and upload data to a private LHCI server.
1010
uses: ./
1111
with:

.github/workflows/LHCI-urls-interpolation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
multiple-urls:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99
- name: Run Lighthouse on multiple URLs and interpolate env variables.
1010
uses: ./
1111
env:

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- name: Use node 20
9-
uses: actions/setup-node@v4
7+
- uses: actions/checkout@v6
8+
- uses: actions/setup-node@v6
109
with:
11-
node-version: '20'
10+
node-version: 24
1211
cache: 'yarn'
1312
- run: yarn install
1413
- run: yarn test

0 commit comments

Comments
 (0)