1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

Merge pull request #41 from conao3/master

Use node-version instead of version (deprecated)
This commit is contained in:
Konrad Pabjan 2019-11-25 08:33:18 -05:00 committed by GitHub
commit 62f565f233
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
node-version: 10.x
- name: npm install
run: npm install