diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a629b7f..a049eb38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: node-version: lts/* - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-node-modules with: path: node_modules