We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126c70c + 730d116 commit 11147c2Copy full SHA for 11147c2
2 files changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Setup Node.js 🟢
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: '20'
28
cache: 'npm'
.github/workflows/lighthouse.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v6
12
13
- name: Setup Node.js
14
15
16
17
0 commit comments