From fefe158357e4db23d6165a31d57e584ad5a30cf0 Mon Sep 17 00:00:00 2001 From: luxbe Date: Fri, 31 May 2024 11:56:08 +0200 Subject: [PATCH] fix: specify pnpm version --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9215e7..b5c10d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 9 + version: 9.1.1 - name: Install Node.js uses: actions/setup-node@v3 @@ -57,4 +57,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1