diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03736a8a..fd34c30e 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@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules