Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

fix(ci): fix pnpm setup order and use latest versions

the3ash 66459951 f44e2222

+5 -5
+5 -5
.github/workflows/ci.yml
··· 14 14 - name: Checkout code 15 15 uses: actions/checkout@v4 16 16 17 + - name: Setup pnpm 18 + uses: pnpm/action-setup@v4 19 + with: 20 + version: latest 21 + 17 22 - name: Setup Node.js 18 23 uses: actions/setup-node@v4 19 24 with: 20 25 node-version: 'latest' 21 26 cache: 'pnpm' 22 - 23 - - name: Setup pnpm 24 - uses: pnpm/action-setup@v4 25 - with: 26 - version: 8 27 27 28 28 - name: Install dependencies 29 29 run: pnpm install --frozen-lockfile