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 | |
| 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')
| -rw-r--r-- | .github/workflows/check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 773cc21..8ee79a4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,8 +22,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Install Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bfa9530..b1e7254 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,8 +21,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Install Node.js uses: actions/setup-node@v4 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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c7c50c..8232705 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,8 +75,6 @@ jobs: - name: Install pnpm if: github.event_name == 'workflow_dispatch' uses: pnpm/action-setup@v4 - with: - version: latest - name: Install Frontend Dependencies if: github.event_name == 'workflow_dispatch' |