Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit ff96c24

Browse files
committed
Update description in action to point on used node version
1 parent 542ae85 commit ff96c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node }}
20-
- name: Install dependencies on ${{ matrix.node }}
20+
- name: Install dependencies on Node v${{ matrix.node }}
2121
run: npm install --ci
22-
- name: Lint on ${{ matrix.node }}
22+
- name: Lint on Node v${{ matrix.node }}
2323
run: npm run lint
24-
- name: Check if project builds on ${{ matrix.node }}
24+
- name: Check if project builds on Node v${{ matrix.node }}
2525
run: npm run build

0 commit comments

Comments
 (0)