Skip to content

Commit

Permalink
🐛 fix deprecated version
Browse files Browse the repository at this point in the history
Input 'version' has been deprecated with message: The version property will not be supported after October 1, 2019. Use node-version instead
  • Loading branch information
afc163 committed Oct 11, 2019
1 parent e91b136 commit 2cfcf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
node-version: 10.x
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit 2cfcf66

Please sign in to comment.