Skip to content

Commit 5fb0274

Browse files
ci: use node v20 for lighthouse
1 parent 9674719 commit 5fb0274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lighthouse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Lighthouse
33
on:
44
pull_request:
55
paths-ignore:
6-
- 'content/**/*.md'
6+
- 'content/**/*.md'
77

88
jobs:
99
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Use Node.js 16.x
14+
- name: Use Node.js 20.x
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: 20.x
1818
# Build needs around 400 seconds on Netlify.
1919
# We can not rely on "Waiting for 200", since the user
2020
# might push another commit to an existing PR, meaning

0 commit comments

Comments
 (0)