From 019a20875a2773d8d082fc013cefddd5fe37bea2 Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 18 Sep 2025 09:56:39 +0200 Subject: [PATCH] try pnpm 10 for CI --- .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 0d71ed1..3a3fca1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - uses: actions/setup-node@v4 with: node-version: 20 @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - uses: actions/setup-node@v4 with: node-version: 20