1 parent 20eaecb commit 5e1943dCopy full SHA for 5e1943d
1 file changed
.github/workflows/test.yml
@@ -102,6 +102,11 @@ jobs:
102
- name: Load every built module and run the offline commands
103
run: node scripts/smoke-lib.js
104
105
+ - name: Check late abort errors on the oldest supported Node.js
106
+ run: >-
107
+ node tests/fixtures/hermes-async-check.cjs
108
+ '{"operation":"abort","modulePath":"./lib/utils/hermes-base.js"}'
109
+
110
publish-dry-run:
111
runs-on: blacksmith-4vcpu-ubuntu-2404
112
timeout-minutes: 10
0 commit comments