diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1abee37cf..7e0778ec4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' + cache: 'npm' + cache-dependency-path: './package-lock.json' - name: Install dependencies run: npm ci --legacy-peer-deps