Skip to content

Commit

Permalink
update CI naming (#495)
Browse files Browse the repository at this point in the history
Co-authored-by: 5saviahv <[email protected]>
  • Loading branch information
5saviahv and 5saviahv committed Jun 1, 2024
1 parent 9314b32 commit c13733a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
build:
name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest

strategy:
Expand All @@ -14,7 +15,8 @@ jobs:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
- name: Clone repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit c13733a

Please sign in to comment.