Skip to content

Commit 56adcbc

Browse files
committed
update action to fix pnpm maybe?
1 parent ff28aad commit 56adcbc

4 files changed

Lines changed: 251 additions & 9 deletions

File tree

.github/workflows/astro.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060

6161
- name: Install pnpm (if needed)
6262
if: ${{ steps.detect-package-manager.outputs.manager == 'pnpm' }}
63-
run: npm install -g pnpm
63+
uses: pnpm/action-setup@v4
64+
with:
65+
version: 10
6466

6567
- name: Setup Pages
6668
id: pages

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.1.11",
1313
"astro": "^5.12.3",
14+
"sharp": "^0.34.3",
1415
"tailwindcss": "^4.1.11"
1516
}
1617
}

0 commit comments

Comments
 (0)