Skip to content

Commit 8d2f943

Browse files
committed
Use supported actions/setup-node input name
The `version` input name previously in use has been deprecated in favor of `node-version` and is no longer supported: https://github.com/actions/setup-node/blob/v2.1.5/action.yml#L27
1 parent 5047717 commit 8d2f943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-typescript-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Node.js 10.x
2323
uses: actions/setup-node@v2
2424
with:
25-
version: 10.x
25+
node-version: 10.x
2626

2727
- name: Install Task
2828
uses: arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)