chore: upgrade all workflows to Node 24

Updates all GitHub Actions workflows to use Node 24, matching the
@types/node version specified in package.json.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jdx 2025-10-31 09:29:13 -05:00
parent 3a0b1ebdc6
commit 8dc2162fd6
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 18
node-version: 24
cache: npm
- name: Install Dependencies

View file

@ -25,7 +25,7 @@ jobs:
id: setup-node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 18
node-version: 24
cache: npm
- name: Install Dependencies