diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e60f972..e4e9d7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: node-version-file: ".nvmrc" - name: Reuse npm cache folder - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: