Skip to content

Commit

Permalink
Release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gross committed Nov 4, 2019
1 parent 21f72b1 commit 9d8c7b4
Show file tree
Hide file tree
Showing 6 changed files with 10,320 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 9d8c7b4

Please sign in to comment.