Skip to content

Commit

Permalink
fix(npm): no double cache
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jun 27, 2024
1 parent 9374039 commit 6c63452
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ runs:
cache: "npm"
cache-dependency-path: '**/md2pdfup-package-lock.json'

- uses: actions/cache@v4
with:
path: ${{ github.action_path }}/node_modules
key: md2pdfup-npm-${{ hashFiles('md2pdfup-package-lock.json') }}

- run: |
npm install
echo "node_modules/.bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 6c63452

Please sign in to comment.