⬆️ Bump actions/setup-node (#3667)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-04 19:18:42 +08:00
committed by GitHub
parent 8f62306086
commit fc6aca5394

View File

@ -4,7 +4,7 @@ description: Setup Node
runs: runs:
using: "composite" using: "composite"
steps: steps:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v5
with: with:
node-version: "18" node-version: "18"
cache: "yarn" cache: "yarn"