Update Node.js version support to 24.x

Bump Node.js version requirement from 20.x to 24.x in action configuration and package files. Update @types/node and undici-types dependencies to match Node 24 compatibility.
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-29 14:08:35 +01:00
parent f28e40c7f3
commit 2c81ba05f3
4 changed files with 24 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '24.x'
cache: npm
- run: npm ci