Skip to content

Commit 17da555

Browse files
chore(deps): bump actions/setup-node from 5 to 6 (#2098)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
1 parent fd97b84 commit 17da555

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929

3030
- name: Set up Node.js
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232

3333
- name: Install Node.js dependencies
3434
run: npm install

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup Node.js with npm cache
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: '22.x'
2323
cache: 'npm'

.github/workflows/update-external-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Set up Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121

2222
- name: Run scripts
2323
working-directory: .github/scripts

0 commit comments

Comments
 (0)