Skip to content

Commit ee66277

Browse files
committed
Correct name of workflow step for setting up Node.js
The version number is clearly shown in the action input, so there is no need to specify it in the step name.
1 parent 3b5eac6 commit ee66277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v2
4949

50-
- name: Set Node.js 10.x
50+
- name: Setup Node.js
5151
uses: actions/setup-node@v2
5252
with:
5353
node-version: 12.x

0 commit comments

Comments
 (0)