We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b9b6a commit 0ff6c28Copy full SHA for 0ff6c28
.github/workflows/ci.yml
@@ -75,6 +75,8 @@ jobs:
75
with:
76
node-version: ${{ matrix.node }}
77
- 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.
80
- run: corepack yarn test:unit
81
if: matrix.node == 24
82
- run: corepack yarn workspace @transloadit/node test:unit
0 commit comments