Bump version to v1 (#51)

This commit is contained in:
Josh Gross 2019-11-04 16:40:33 -05:00 committed by GitHub
parent 21f72b1fcc
commit f66a56e59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 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