From 76e603f060245566050e4bb12ebf1eb419b4e1ce Mon Sep 17 00:00:00 2001 From: Joshua Goon Date: Mon, 28 Oct 2024 21:44:15 -0700 Subject: [PATCH] add pnpm to action --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1ca52d7..78905ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + with: + version: 9 - name: Install, build, and upload your site uses: withastro/action@v3 # with: