Skip to content

Commit d351eca

Browse files
committed
ci(node-versions): disable node v24 from the verification matrix for now
since stubbing `@actions/core` breaks in that version and i don't want figuring that out to delay getting the trusted-publishing feature out for #958
1 parent 38b0466 commit d351eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version:
2424
- 22.14.0
2525
- 22
26-
- 24
26+
# - 24
2727
os:
2828
- ubuntu-latest
2929
runs-on: "${{ matrix.os }}"

0 commit comments

Comments
 (0)