chore(deps): update dependency node to v24
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m7s
Test / Run Tests (push) Successful in 3m52s

This commit is contained in:
2026-01-04 06:04:20 +00:00
parent 3ff19001a7
commit 0cf71b82b8

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '24'
- run: npm install - run: npm install
shell: bash shell: bash
- run: npm test - run: npm test