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 7f59bcc commit 48789f6Copy full SHA for 48789f6
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Set up Node.js
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
32
33
- name: Install Node.js dependencies
34
run: npm install
.github/workflows/lighthouse.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Setup Node.js with npm cache
20
21
with:
22
node-version: '22.x'
23
cache: 'npm'
.github/workflows/update-external-docs.yml
- uses: actions/checkout@v5
- name: Run scripts
working-directory: .github/scripts
0 commit comments