Skip to content

Commit 4fd8da1

Browse files
committed
chore: name step
1 parent f9bd8ff commit 4fd8da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
# Uses a composite action for a consistent NPM install including cache
34-
- uses: ./.github/actions/npm-setup
34+
- name: Install Node ${{ matrix.node-version }} and Dependencies
35+
uses: ./.github/actions/npm-setup
3536
with:
3637
runner: ${{ matrix.runner }}
3738
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)