diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ed77e02..0b111c5 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -15,6 +15,8 @@ jobs: fetch-depth: 0 - name: Setup Pnpm uses: pnpm/action-setup@v4 + with: + version: 10 - name: Install dependencies run: pnpm install - name: Build