mirror of
https://github.com/actions/github-script.git
synced 2026-02-09 04:27:25 +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:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '24.x'
|
node-version: '24.x'
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue