Skip to content

Commit 0ff6c28

Browse files
committed
docs(ci): note Node 24 requirement for root tests
1 parent b3b9b6a commit 0ff6c28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
with:
7676
node-version: ${{ matrix.node }}
7777
- run: corepack yarn
78+
# Root unit tests execute TypeScript scripts via Node's strip-types support.
79+
# Keep those on Node 24+; Node 20/22 only run @transloadit/node unit tests.
7880
- run: corepack yarn test:unit
7981
if: matrix.node == 24
8082
- run: corepack yarn workspace @transloadit/node test:unit

0 commit comments

Comments
 (0)