diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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' |