diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf6a677..74991c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: node-version: '18.19.0' - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: