This is an automated email from the ASF dual-hosted git repository. wu-sheng pushed a commit to branch fix/ci-pnpm-version in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
commit 8d8d17e6286d466a6575806fd6f6c90ff1907e97 Author: Wu Sheng <[email protected]> AuthorDate: Tue May 12 10:44:58 2026 +0800 ci: drop explicit pnpm version, defer to packageManager field --- .github/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d223e30..af2ead5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,8 +47,6 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v4 - with: - version: 10 - uses: actions/setup-node@v4 with: node-version: '20' @@ -69,8 +67,6 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v4 - with: - version: 10 - uses: actions/setup-node@v4 with: node-version: '20' @@ -87,8 +83,6 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v4 - with: - version: 10 - uses: actions/setup-node@v4 with: node-version: '20' @@ -105,8 +99,6 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v4 - with: - version: 10 - uses: actions/setup-node@v4 with: node-version: '20'
