From b8bb83624dc2956401b8b5e1676a52e288447dc5 Mon Sep 17 00:00:00 2001 From: redglow Date: Mon, 22 Jun 2026 08:33:56 +0200 Subject: [PATCH] ci: yarn install (dev) --- .gitea/workflows/cicd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 4444b2c..0d83681 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -12,3 +12,6 @@ jobs: steps: - name: Checkout Source Code uses: actions/checkout@v4 + - name: Yarn install (dev) + shell: bash + run: yarn install \ No newline at end of file