Skip to content

Commit c2ec660

Browse files
authored
docs: update CI workflow to use experimental VM modules
1 parent 453f65a commit c2ec660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
GOOGLE_APP_PASSWORD: ${{ secrets.GOOGLE_APP_PASSWORD }}
5252
EMAIL: ${{ secrets.EMAIL }}
5353
NODE_ENV: test
54-
run: npm test
54+
run: NODE_OPTIONS='--experimental-vm-modules' npm test

0 commit comments

Comments
 (0)