diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 98b9ad5..620efe4 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,6 +22,8 @@ jobs: - name: Install pnpm uses: https://github.com/pnpm/action-setup@v4 + with: + version: 10 - name: Install Node.js uses: https://github.com/actions/setup-node@v4