Skip to content

Commit

Permalink
ci: temporary workaround for node.js v18 with source maps mdoule
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Apr 27, 2022
1 parent 0af4c05 commit cd83cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -70,6 +70,8 @@ jobs:
run: npm run ci:test:only
env:
CI: true
# temporary workaround for: https://github.com/nodejs/node/issues/42638
NODE_OPTIONS: ${{ matrix.node == '18' && '--no-experimental-fetch' }}

macos:
runs-on: macos-latest
Expand Down

0 comments on commit cd83cba

Please sign in to comment.