Skip to content

Commit 3a2a8db

Browse files
committed
ci: skip on node 22, mocking dc is slightly bad
1 parent 2facbd0 commit 3a2a8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
strategy:
2525
matrix:
26-
node-version: [22.x, 24.x, 25.x]
26+
node-version: [24.x, 25.x]
2727
platform:
2828
- os: ubuntu-latest
2929
shell: bash

0 commit comments

Comments
 (0)