diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e0778ec4..468bf9ebc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,6 +52,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