Use manual Node caching

This commit is contained in:
J. Ryan Stinnett 2021-07-09 15:53:15 +01:00
parent 50b104ca4b
commit 65c6d8c62a

View file

@ -29,7 +29,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
cache: npm
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install test dependencies
working-directory: ./test/wasm