Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Feb 7, 2020
1 parent 8cbfd8d commit e504c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v1
with:
node-version: 13.2
node-version: 13.7
- name: Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v1
with:
version: 13.2
version: 13.7
- name: Cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit e504c87

Please sign in to comment.