From d8abb8839632f3e64d96492c7bdd9732b1d24b61 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 8 Apr 2025 17:57:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=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 261f3c6..e84af37 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -8,14 +8,14 @@ on: jobs: deploy: runs-on: ubuntu-latest - name: API - Cloudflare Workers + name: ☁️ API steps: - uses: actions/checkout@v4 - - name: Setup pnpm 8 + - name: Setup pnpm 9 uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Install global dependencies run: pnpm install