diff --git a/.gitea/workflows/.gitea-ci.yml b/.gitea/workflows/.gitea-ci.yml index 9bfd1cd..1256ce5 100644 --- a/.gitea/workflows/.gitea-ci.yml +++ b/.gitea/workflows/.gitea-ci.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24' + cache: 'npm' - name: Install web-ext run: npm install -g web-ext