Skip to content

Commit

Permalink
feat(2756): --experimental-vm-modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Jun 18, 2024
1 parent 304b209 commit 0c20f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rafiki/env-setup
- run: pnpm --filter backend build:deps
- run: NODE_OPTIONS=--max-old-space-size=4096 pnpm --filter backend test:ci
- run: NODE_OPTIONS=--max-old-space-size=4096 --experimental-vm-modules pnpm --filter backend test:ci
- name: AsyncAPI extension
run: |
echo "{\"extends\":[\"spectral:oas\",\"spectral:asyncapi\"]}" >> .spectral.json
Expand Down

0 comments on commit 0c20f8f

Please sign in to comment.