mirror of https://github.com/lxndrblz/anatole.git

Alexander Eble
05.01.2022 b86ecc78a16aa7348fdc9c4175d3daca16bd4fe8
.github/workflows/update-resources.yml
@@ -25,7 +25,7 @@
          npm ci
          npm run prepare
      - name: cache dependencies
        uses: actions/cache@v2
        uses: actions/cache@v3
        with:
          path: ~/.npm
          key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}