Skip to content

Commit 298e08b

Browse files
committed
ci: update Node.js version to 24.x to match local environment
- Update CI workflow to use Node.js 24.x - Update release workflow to use Node.js 24 - Fixes ESLint TypeScript plugin errors that only appear in Node 18
1 parent 45799a1 commit 298e08b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '18'
31+
node-version: '24'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)