Skip to content

Commit c156e20

Browse files
committed
Added step name to test workflow.
1 parent 34da23f commit c156e20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Check out repository
2424
uses: actions/checkout@v3
2525

26-
- uses: actions/setup-node@v3
26+
- name: Install Node.js
27+
uses: actions/setup-node@v3
2728
with:
2829
node-version: ${{ matrix.node }}
2930

0 commit comments

Comments
 (0)