Skip to content

Commit 2a431e3

Browse files
committed
Ensure github actions uses experimental vm modules
1 parent a22623d commit 2a431e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: install
5151
run: yarn
5252
- name: run tests
53-
run: yarn test
53+
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" yarn test

0 commit comments

Comments
 (0)