Skip to content

Commit 5d632e1

Browse files
committed
NODE_OPTIONS in ci
1 parent 726fb9a commit 5d632e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run_install: true
2929

3030
- name: Run hardhat tests
31+
env:
32+
NODE_OPTIONS: "--experimental-loader ts-node/esm/transpile-only --no-warnings=ExperimentalWarning"
3133
run: pnpm hardhat test
3234

3335
foundry-check:

0 commit comments

Comments
 (0)