chore(deps): update actions/setup-node action to v5 (#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dc23a82e30
commit
abba2f9f5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/script_build.yml
vendored
2
.github/workflows/script_build.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4.4.0
|
||||
uses: actions/setup-node@v5.0.0
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue