Skip to content

Commit

Permalink
Use a newer version of setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jun 1, 2020
1 parent 8f11f52 commit 0c6c2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v1.1.0
- uses: actions/setup-node@v1.4.2
with:
node-version: 14
- name: Setup MSBuild
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v1.1.0
- uses: actions/setup-node@v1.4.2
with:
node-version: 14
- name: Setup MSBuild
Expand Down

0 comments on commit 0c6c2e3

Please sign in to comment.