diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a7eb37b..5e689b7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,10 +15,6 @@ jobs: npm config set registry http://verdaccio:4873/ npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }} - - name: Setup npm cache - run: | - npm config set cache /cache/npm - - name: Install dependencies run: npm i --registry http://verdaccio:4873/