|
await $`node --import tsx --no-warnings --test ${testPaths}`; |
nodejs/node@27dab9d
However GitHub action now only supports nodejs_20 in the action engine
They plan to use 24 in next update: https://github.com/orgs/community/discussions/160454#discussioncomment-13420519
Backported to nodejs 22: https://github.com/nodejs/node/pull/59256
wait-other-jobs/scripts/run_tests.ts
Line 15 in cb4cb80
nodejs/node@27dab9d
However GitHub action now only supports nodejs_20 in the action engine
wait-other-jobs/action.yml
Lines 81 to 82 in cb4cb80
They plan to use 24 in next update: https://github.com/orgs/community/discussions/160454#discussioncomment-13420519
Backported to nodejs 22:
https://github.com/nodejs/node/pull/59256