Bump Node.js version to 24 in CI workflow #59

Merged
Renovate merged 1 commits from renovate/node-24.x into main 2026-01-04 07:05:48 +01:00
Showing only changes of commit 0cf71b82b8 - Show all commits

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