Skip to content

Commit 9ef7f20

Browse files
committed
renamed Node.js tests step to test-node for consistency
1 parent dee4e47 commit 9ef7f20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: package
4242
path: cldn-ip-0.0.0-dev.tgz
4343

44-
test:
44+
test-node:
4545
name: Test on Node.js ${{ matrix.node }}
4646
runs-on: ubuntu-latest
4747
needs: build
@@ -119,7 +119,7 @@ jobs:
119119
publish:
120120
name: Publish
121121
needs:
122-
- test
122+
- test-node
123123
- test-deno
124124
- test-bun
125125
if: github.event_name == 'release'

0 commit comments

Comments
 (0)