Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: upgrade setup-node to v6 and hardcode pnpm cache config

aria 2b5c5302 db4980ee

+3 -3
+3 -3
.github/workflows/astro.yml
··· 55 55 exit 1 56 56 fi 57 57 - name: Setup Node 58 - uses: actions/setup-node@v4 58 + uses: actions/setup-node@v6 59 59 with: 60 60 node-version: "24" 61 - cache: ${{ steps.detect-package-manager.outputs.manager }} 62 - cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }} 61 + cache: pnpm 62 + cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml 63 63 - name: Setup Pages 64 64 id: pages 65 65 uses: actions/configure-pages@v5