Release v1

This commit is contained in:
Josh Gross 2019-11-04 15:13:15 -05:00
parent 21f72b1fcc
commit 9d8c7b4041
6 changed files with 10320 additions and 17 deletions

View file

@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v1
- name: Cache node modules
uses: actions/cache@preview
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@ -70,7 +70,7 @@ Example:
steps:
- uses: actions/checkout@v1
- uses: actions/cache@preview
- uses: actions/cache@v1
id: cache
with:
path: path/to/dependencies