Skip to content

Commit

Permalink
try fix ts-node error again
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble committed May 21, 2024
1 parent 554841a commit b7a0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Run Deploy
run: |
ts-node script/deploy.ts deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }}
npx ts-node script/deploy.ts deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }}
env:
NODE_OPTIONS: "--max-old-space-size=4096"
NETWORK: ${{ github.event.inputs.network }}
Expand Down

0 comments on commit b7a0e25

Please sign in to comment.