diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffbe9e5..6f42f86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: node-modules-cache-${{ hashFiles('**/pnpm-lock.yaml') }}