Skip to content

Commit

Permalink
test local cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Dec 13, 2023
1 parent 6954c6e commit b61bf89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -17,6 +17,12 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: ${{ env.NODE_VERSION }}
- name: Load local npm cache for node ${{ env.NODE_VERSION }}
uses: MasterworksIO/action-local-cache@2
with:
strategy: move
path: ~/.npm
key: ${{ env.NODE_VERSION }}
- run: npm ci
- run: npm run build
- run: npm run test
Expand Down

0 comments on commit b61bf89

Please sign in to comment.