Skip to content

Commit 878be69

Browse files
committed
use node v22 in CI
1 parent e02881d commit 878be69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828
enable-global-cache: true
2929

3030
- name: Clone docs repository

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.9.0
21+
node-version: '22'
2222

2323
- name: Deps
2424
run: |

0 commit comments

Comments
 (0)