Skip to content

Commit

Permalink
feat: node experimental vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Dec 29, 2023
1 parent 6e60814 commit 2282622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
run: yarn checks test unit
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
NODE_OPTIONS: --experimental-vm-modules

- name: TestIntegration
run: yarn checks test integration
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
NODE_OPTIONS: --experimental-vm-modules

- name: Release
run: yarn checks release
Expand Down

0 comments on commit 2282622

Please sign in to comment.