We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726fb9a commit 72a8c25Copy full SHA for 72a8c25
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
FOUNDRY_PROFILE: hardhat
15
+ NODE_OPTIONS: "--experimental-loader ts-node/esm/transpile-only --no-warnings=ExperimentalWarning"
16
steps:
17
- uses: actions/checkout@v4
18
with:
0 commit comments