Skip to content

Commit 5f20298

Browse files
committed
Use Node 22 for CI
1 parent 6eccb46 commit 5f20298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '20'
51+
node-version: '22'
5252

5353
- name: Enable Corepack
5454
run: corepack enable

0 commit comments

Comments
 (0)