Skip to content

Commit 5e1943d

Browse files
committed
ci(hermes-base): check late abort errors on Node 18
1 parent 20eaecb commit 5e1943d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
- name: Load every built module and run the offline commands
103103
run: node scripts/smoke-lib.js
104104

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+
105110
publish-dry-run:
106111
runs-on: blacksmith-4vcpu-ubuntu-2404
107112
timeout-minutes: 10

0 commit comments

Comments
 (0)