Skip to content

Commit 06d356e

Browse files
SpaceFoonclaude
andcommitted
chore: upgrade to Node.js 24 LTS
- Update pkg targets from node18 to node24 - Update .nvmrc to Node 24 - Update GitHub Actions CI workflow to use Node 24 - Ensures compatibility with latest LTS features and security updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4974305 commit 06d356e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- name: Use Node.js 22
16+
- name: Use Node.js 24
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: "npm"
2121

2222
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.18.0
1+
24

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"dist/converterWorker.js"
3333
],
3434
"targets": [
35-
"node18-win-x64",
36-
"node18-linux-x64"
35+
"node24-win-x64",
36+
"node24-linux-x64"
3737
],
3838
"outputPath": "release"
3939
},

0 commit comments

Comments
 (0)