diff --git a/.github/workflows/app.build.yml b/.github/workflows/app.build.yml index 886ab7db..6ea6d060 100644 --- a/.github/workflows/app.build.yml +++ b/.github/workflows/app.build.yml @@ -31,10 +31,10 @@ jobs: - name: Cache NPM dependencies uses: actions/cache@v3 with: - path: ~/.npm - key: ${{ runner.OS }}-npm-cache-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.OS }}-npm-cache- + path: ~/.npm + key: ${{ runner.OS }}-npm-cache-${{ hashFiles('**/package-lock.json') }} + restore-keys: | + ${{ runner.OS }}-npm-cache- - name: Install dependencies run: npm install