diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index d7e10a3..e98a350 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -12,4 +12,4 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run npm ci + - run: npm ci