diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 2f0437f..e55fd47 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -20,7 +20,7 @@ jobs: run: npm install - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache/save@v3 with: path: ./node_modules key: ${{runner.os}}-node_modules-2