Skip to content

Commit

Permalink
Run jest with experimental vm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Dec 9, 2024
1 parent 71f7399 commit c1f0721
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 @@ -32,7 +32,7 @@ jobs:
yarn add --dev jest@${{ matrix.jest-version }} babel-jest@${{ matrix.jest-version }}
yarn
- name: run tests
run: yarn test
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" yarn test
test-os:
name: Test on ${{ matrix.os }} using Node.js LTS
strategy:
Expand Down

0 comments on commit c1f0721

Please sign in to comment.