Skip to content

Commit ee60bc6

Browse files
committed
debug
1 parent 9f4bd13 commit ee60bc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- os: windows-latest
2323
node_version: 20.13.1 # 20.14.0 keeps causing a native `node::SetCppgcReference+18123` error in Vitest
2424
steps:
25+
- name: Debug
26+
run: echo ${{ github.ref_name }}
27+
2528
- name: Checkout
2629
uses: actions/checkout@v4
2730

0 commit comments

Comments
 (0)