diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a0740..49898ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Cache Node modules id: node-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}