Skip to content

Commit

Permalink
ci: remove obsolete use of actions/cache (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Sep 29, 2022
1 parent da9eda0 commit 0420264
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
with:
path: ~/.npm
key: \${{ runner.os }}-node-\${{ hashFiles('**/package-lock.json') }}
restore-keys: |
\${{ runner.os }}-node-
cache: npm
- run: npm ci
- run: npm run lint:fix
- uses: gr2m/[email protected]
Expand Down

0 comments on commit 0420264

Please sign in to comment.