Skip to content

Commit

Permalink
ci: add npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
felipprodrigues committed Oct 11, 2023
1 parent 5b34fe3 commit e141248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

- run: npm ci

Expand Down

0 comments on commit e141248

Please sign in to comment.