Skip to content

Commit

Permalink
Ensure github actions uses experimental vm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Dec 9, 2024
1 parent a22623d commit 2a431e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: install
run: yarn
- name: run tests
run: yarn test
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" yarn test

0 comments on commit 2a431e3

Please sign in to comment.