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 78c44ab commit 3cc4765Copy full SHA for 3cc4765
.github/workflows/lighthouse.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Use Node.js 12.x
+ - name: Use Node.js 16.x
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 12.x
+ node-version: 16.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