Skip to content

Commit

Permalink
Upgrade node action input name to node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 23, 2019
1 parent b49317e commit 0faebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
node-version: 10.x

- name: Install Yarn
run: npm install --global yarn
Expand Down

0 comments on commit 0faebf7

Please sign in to comment.