Skip to content

Commit

Permalink
Cache modules
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Nov 30, 2023
1 parent c2f4faf commit 645aaab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-HOWTOs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm ci

- name: Restore root node_modules from cache
id: node-cache
uses: actions/cache@v3
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: Build packages
run: npm run build

Expand Down

0 comments on commit 645aaab

Please sign in to comment.