Skip to content

Commit 592b904

Browse files
committed
Update node versions in CI
1 parent 0884bcb commit 592b904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18, 20, 22]
17+
node-version: [20, 22, 24]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22.x
32+
node-version: 24.x
3333
cache: 'npm'
3434

3535
- name: Install Dependencies

0 commit comments

Comments
 (0)