1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Bump setup-node to v5 (#35448)

See https://github.com/actions/setup-node/releases/tag/v5.0.0

Caching is now enabled by default when `packageManager` is present in
package.json, and we have that. `cache-dependency-path` is unneccesary
because the action will automatically detect it.
This commit is contained in:
silverwind
2025-09-10 18:11:14 +02:00
committed by GitHub
parent 2653ac95e0
commit 4d43d85941
5 changed files with 8 additions and 24 deletions

View File

@@ -21,11 +21,9 @@ jobs:
go-version-file: go.mod
check-latest: true
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: 24
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- run: make deps-frontend deps-backend
# xgo build
- run: make release