mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
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:
parent
f28e40c7f3
commit
2c81ba05f3
4 changed files with 24 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue