chore(deps): update dependency node to v24
All checks were successful
Test / npm test (push) Successful in 43s
Test / npm test (pull_request) Successful in 43s

This commit is contained in:
2026-02-09 00:02:50 +00:00
parent 3d9c793cf0
commit 8df54e5f0a

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
- run: npm ci
- run: npm run check
- run: npm run typecheck