mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge 32042e3d03 into 450193c5ab
This commit is contained in:
commit
9d43601270
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ description: 'Set up node and install dependencies'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24.x'
|
||||
cache: npm
|
||||
|
|
|
|||
Loading…
Reference in a new issue