Skip to content

Commit bd6e097

Browse files
Bump actions/setup-node from 6.1.0 to 6.2.0 (#5322)
1 parent 6d84dba commit bd6e097

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/external-links-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v6.0.1
1414
- name: Setup Node.js v20
15-
uses: actions/setup-node@v6.1.0
15+
uses: actions/setup-node@v6.2.0
1616
with:
1717
node-version: 20
1818
cache: 'npm'

.github/workflows/lighthouse-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
- name: Setup Node.js v20
22-
uses: actions/setup-node@v6.1.0
22+
uses: actions/setup-node@v6.2.0
2323
with:
2424
node-version: 20
2525
cache: 'npm'

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v6.0.1
1313
- name: Setup Node.js v20
14-
uses: actions/setup-node@v6.1.0
14+
uses: actions/setup-node@v6.2.0
1515
with:
1616
node-version: 20
1717
cache: 'npm'
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0 # complete history for all branches and tags
4848
- name: Setup Node.js v20
49-
uses: actions/setup-node@v6.1.0
49+
uses: actions/setup-node@v6.2.0
5050
with:
5151
node-version: 20
5252
cache: 'npm'

0 commit comments

Comments
 (0)