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