From 0b5ba36f9f231f4f94298b3504007afa129b68a3 Mon Sep 17 00:00:00 2001 From: what1s1ove Date: Thu, 30 Nov 2023 17:02:32 +0200 Subject: [PATCH] ci: edit ci steps wd-144 --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7ef1eb9..71c12782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,8 @@ jobs: - name: Cache Dependencies uses: actions/cache@v3 with: - path: '**/node_modules' + path: | + '**/node_modules' key: ci-${{ hashFiles('**/package-lock.json') }} - name: Install Dependencies @@ -87,9 +88,11 @@ jobs: - name: Restore Dependencies uses: actions/cache@v2 with: - path: '**/node_modules' + path: | + '**/node_modules' key: ci-${{ hashFiles('**/package-lock.json') }} - restore-keys: ci- + restore-keys: | + ci- - name: Code Building run: |