Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 10, 2024
1 parent 4c3a8bd commit 8586440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Lint
run: yarn run eslint .
- name: Test
run: CI=true npm test
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 8586440

Please sign in to comment.