We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
2 parents 90a8038 + 9ef7f20 commit bece010Copy full SHA for bece010
.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
@@ -103,8 +103,6 @@ jobs:
103
test-bun:
104
name: Test on Bun
105
106
- needs: build
107
-
108
steps:
109
- name: Checkout repository
110
uses: actions/checkout@v6
@@ -121,7 +119,7 @@ jobs:
121
119
publish:
122
120
name: Publish
123
needs:
124
- - test
+ - test-node
125
- test-deno
126
- test-bun
127
if: github.event_name == 'release'
0 commit comments