fix yaml indention

This commit is contained in:
Gene Hoffman 2020-06-16 16:06:31 -07:00 committed by Gene Hoffman
parent d04aedd802
commit 5d582d58ab
3 changed files with 12 additions and 11 deletions

View File

@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache node modules
- name: Cache npm
uses: actions/cache@v2
env:
cache-name: cache-node-modules

View File

@ -27,7 +27,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
- name: Cache npm
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}