From 85e6bb33b85d3456428c6d357a7a28a0ba99d2f2 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 30 Aug 2025 16:26:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20pnpm=20setup?= =?UTF-8?q?=20to=20version=2010=20in=20deploy=20API=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index ebab4a4..9cb663b 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup pnpm 9 - uses: pnpm/action-setup@v2 + - name: Setup pnpm 10 + uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install global dependencies run: pnpm install