Skip to content

Commit fee6f59

Browse files
committed
fix(ci): add env:
NODE_OPTIONS: --experimental-vm-modules to cli test
1 parent cb0bf32 commit fee6f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ runs:
3333
- name: Test all except headless
3434
shell: bash
3535
run: npx nx run-many -t test # --base=last-release <- add that back
36+
env:
37+
NODE_OPTIONS: --experimental-vm-modules
3638

3739
- name: Test Headless
3840
uses: cypress-io/github-action@v5

0 commit comments

Comments
 (0)