Skip to content

Commit 513d5af

Browse files
authored
Merge branch 'main' into renovate/docusaurus-monorepo
2 parents d2fa26d + ea87b86 commit 513d5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Node.js
1212
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1313
with:
14-
node-version: '20'
14+
node-version: '22'
1515

1616
- name: Install dependencies
1717
run: npm install

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)