Skip to content

Commit 292f239

Browse files
committed
chore(workflow): update node.js versions
1 parent af24a7e commit 292f239

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
fail-fast: true
113113
matrix:
114-
node-version: [20.x, 22.x]
114+
node-version: [22.x, 24.x, 25.x]
115115
steps:
116116
- name: Checkout
117117
uses: actions/checkout@v4
@@ -145,4 +145,4 @@ jobs:
145145

146146
- name: Upload code coverage
147147
uses: codecov/codecov-action@v4
148-
if: matrix.node-version == '22.x'
148+
if: matrix.node-version == '24.x'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 22.x
45+
node-version: 24.x
4646
registry-url: "https://registry.npmjs.org"
4747

4848
- name: Install latest npm

.github/workflows/sponsor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "22.x"
23+
node-version: "24.x"
2424

2525
- name: Install Dependencies
2626
run: |

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030

3131
- name: Install Dependencies
3232
run: |

0 commit comments

Comments
 (0)