diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b2dc101..2a53fcf4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,8 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm + with: + version: 9 # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v4