Skip to content

Commit

Permalink
ci: npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogomesdev committed Oct 16, 2022
1 parent fdb3606 commit b1bbdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependencies-path: '**/package-lock.json'
cache-dependency-path: '**/package-lock.json'

- run: npm ci

Expand Down

0 comments on commit b1bbdc1

Please sign in to comment.