Skip to content

Commit

Permalink
chore: 🚧 Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenvanMeijeren committed Nov 25, 2023
1 parent 7fe1118 commit 8cdd5c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cdd5c9

Please sign in to comment.