diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index e80ab32..a0b6a44 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -34,7 +34,7 @@ jobs: npm install -g npm npm --version - name: Cache node_modules 📦 - uses: actions/cache@v3.0.8 + uses: actions/cache@v4.1.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}