Skip to content

Commit 02da4b9

Browse files
committed
Merge remote-tracking branch 'origin/renovate/node-20.x'
2 parents 67ddde4 + 6a43068 commit 02da4b9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: "20.19.4"
36+
node-version: "20.20.2"
3737
cache: npm
3838
- name: install
3939
run: npm ci

.github/workflows/lychee.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "20.19.4"
31+
node-version: "20.20.2"
3232
cache: npm
3333

3434
- name: install

.github/workflows/pa11y.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20.19.4"
28+
node-version: "20.20.2"
2929
cache: npm
3030

3131
- name: install

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.20.2

0 commit comments

Comments
 (0)