ci: add Node.js fallback test for whichSync

This commit is contained in:
Sosuke Suzuki
2026-02-04 07:58:55 +00:00
parent db0fcaf286
commit 7c9dbfa8dc

View File

@@ -74,6 +74,9 @@ jobs:
- name: Run unit tests
run: npm run test:unit
- name: Run Node.js fallback tests
run: node test/utils/which-node-test.mjs
- name: Run integration tests
run: npm run test:integration