Skip to content

Commit 58fc5aa

Browse files
committed
Rename ci
1 parent 0eec64c commit 58fc5aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Node CI
1+
name: Test JS
22

33
on:
44
- push
55
- pull_request
66
jobs:
77
bun:
8-
name: Bun CI
8+
name: Bun
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
@@ -23,7 +23,7 @@ jobs:
2323
- run: deno run build
2424
- run: deno --allow-env --allow-write --allow-read index.test.js
2525
nodejs:
26-
name: v${{ matrix.version }} @ ${{ matrix.os }}
26+
name: Node v${{ matrix.version }} @ ${{ matrix.os }}
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
fail-fast: false

0 commit comments

Comments
 (0)