We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9674719 commit 5fb0274Copy full SHA for 5fb0274
.github/workflows/lighthouse.yml
@@ -3,18 +3,18 @@ name: Lighthouse
3
on:
4
pull_request:
5
paths-ignore:
6
- - 'content/**/*.md'
+ - 'content/**/*.md'
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Use Node.js 16.x
+ - name: Use Node.js 20.x
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 16.x
+ node-version: 20.x
18
# Build needs around 400 seconds on Netlify.
19
# We can not rely on "Waiting for 200", since the user
20
# might push another commit to an existing PR, meaning
0 commit comments