Skip to content

Commit a5f27b4

Browse files
kraenhansenclaude
andauthored
chore: update to Node.js 24 and refresh lock file (#24)
Updates the lint workflow to use Node.js 24.x and refreshes package-lock.json to reflect the current dependency tree (removes cmake-js which is no longer a devDependency). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0e2b18b commit a5f27b4

2 files changed

Lines changed: 3 additions & 902 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1818
with:
19-
node-version: 22.x
19+
node-version: 24.x
2020
- run: npm ci
2121
- run: npm run lint

0 commit comments

Comments
 (0)