Skip to content

Commit b61bf89

Browse files
test local cache
1 parent 6954c6e commit b61bf89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- uses: actions/setup-node@master
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
20+
- name: Load local npm cache for node ${{ env.NODE_VERSION }}
21+
uses: MasterworksIO/action-local-cache@2
22+
with:
23+
strategy: move
24+
path: ~/.npm
25+
key: ${{ env.NODE_VERSION }}
2026
- run: npm ci
2127
- run: npm run build
2228
- run: npm run test

0 commit comments

Comments
 (0)