Skip to content

Commit

Permalink
fix(node): Update to latest current version 15
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Oct 27, 2020
1 parent ceb5b6c commit 8798d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 15
- uses: actions/cache@v2
with:
path: ~/.cache/yarn
Expand Down
2 changes: 1 addition & 1 deletion src/templates/githubactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function () {
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 15
- uses: actions/cache@v2
with:
path: ~/.cache/yarn
Expand Down

0 comments on commit 8798d4b

Please sign in to comment.