diff options
| author | 2026-01-18 16:20:05 +0800 | |
|---|---|---|
| committer | 2026-01-18 16:20:05 +0800 | |
| commit | 32fac4d53f5e01f338da98545092e70d2f193c79 (patch) | |
| tree | 6b6510920efd17860a7ac1e323912a3c0f8964a8 /.github/workflows/semifold-ci.yaml | |
| parent | c659689bc0052a5acdf0e5c80286e8bcb1d43302 (diff) | |
| download | DropOut-32fac4d53f5e01f338da98545092e70d2f193c79.tar.gz DropOut-32fac4d53f5e01f338da98545092e70d2f193c79.zip | |
ci(pnpm): remove pnpm version and use corepack instead
Diffstat (limited to '.github/workflows/semifold-ci.yaml')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index ad84bbb..fdcc35a 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -60,8 +60,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Install Node.js uses: actions/setup-node@v6 |