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