Skip to content

Commit 9a61eb5

Browse files
committed
Updated Node.js version in CI to v22
1 parent 5fb0cd4 commit 9a61eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
registry-url: https://registry.npmjs.org/
2424
cache: npm
2525

@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: 20
62+
node-version: 22
6363
registry-url: https://registry.npmjs.org/
6464
cache: npm
6565

0 commit comments

Comments
 (0)