diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20dd6f6..0a326a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,11 +32,11 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: npm # or pnpm / yarn + # - name: Setup Node + # uses: actions/setup-node@v3 + # with: + # node-version: 18 + # cache: npm # or pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies