diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f65d94f..656c3f37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: