From 2438e88fda2109d90e52da27ed8f90db2772c434 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 21:44:56 +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 d5fd323..8c523ea 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/save@v3 + uses: actions/cache@v3 with: path: ./node_modules key: ${{runner.os}}-node_modules