Skip to content

Commit

Permalink
Remove actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Jul 27, 2024
1 parent 0a649ef commit 2a8580b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
- uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}
restore-keys: |
node-modules-
cache: npm
- run: |
npm install
make
Expand Down

0 comments on commit 2a8580b

Please sign in to comment.