Skip to content

Commit 74728e0

Browse files
committed
chore(ci): update Node.js version to 22.x for CI stability
1 parent 5b3143e commit 74728e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: [20.x] # stick to Node 20 LTS for CI stability
29+
node-version: [22.x] # stick to Node 22 LTS for CI stability
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
@@ -74,10 +74,10 @@ jobs:
7474
- name: Checkout
7575
uses: actions/checkout@v4
7676

77-
- name: Setup Node.js 20
77+
- name: Setup Node.js 22
7878
uses: actions/setup-node@v4
7979
with:
80-
node-version: 20.x
80+
node-version: 22.x
8181
cache: npm
8282

8383
- name: Install dependencies

0 commit comments

Comments
 (0)