⚙️ Update API workflow
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

This commit is contained in:
pheralb
2025-04-08 17:57:26 +01:00
parent 7939f6cdfa
commit d8abb88396
+3 -3
View File
@@ -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