We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-node
1 parent dee4e47 commit 9ef7f20Copy full SHA for 9ef7f20
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
name: package
42
path: cldn-ip-0.0.0-dev.tgz
43
44
- test:
+ test-node:
45
name: Test on Node.js ${{ matrix.node }}
46
runs-on: ubuntu-latest
47
needs: build
@@ -119,7 +119,7 @@ jobs:
119
publish:
120
name: Publish
121
needs:
122
- - test
+ - test-node
123
- test-deno
124
- test-bun
125
if: github.event_name == 'release'
0 commit comments