Skip to content

Commit

Permalink
Merge pull request #119 from GrabarzUndPartner/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ThornWalli committed Nov 2, 2020
2 parents 1ba02c2 + 9833b25 commit ca56384
Show file tree
Hide file tree
Showing 4 changed files with 2,176 additions and 1,471 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/master.yml
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: cache node_modules
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: node_modules
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Versioning
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -71,9 +71,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: cache node_modules
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: cache node_modules
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: node_modules
Expand Down

0 comments on commit ca56384

Please sign in to comment.