Skip to content

Commit 81831b6

Browse files
chore(tests): use node 22 for CI tests
1 parent 9b8a13c commit 81831b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Node
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: '20'
75+
node-version: '22'
7676

7777
- name: Bootstrap
7878
run: ./scripts/bootstrap

0 commit comments

Comments
 (0)