8000 Merge pull request #41 from conao3/master · aamalev/setup-python@62f565f · GitHub
[go: up one dir, main page]

Skip to content

Commit 62f565f

Browse files
authored
Merge pull request actions#41 from conao3/master
Use node-version instead of version (deprecated)
2 parents 79be578 + ff13c3c commit 62f565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set Node.js 10.x
1515
uses: actions/setup-node@master
1616
with:
17-
version: 10.x
17+
node-version: 10.x
1818

1919
- name: npm install
2020
run: npm install

0 commit comments

Comments
 (0)
0