From 6072ddc72a38d3fdec014a2071895061c7e3dcd9 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 21:58:48 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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