Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 3, 2024
1 parent c55ff3f commit 3ee5001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel-round.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cancel current round
on: workflow_dispatch

env:
NODE_VERSION: 18.x
NODE_VERSION: 20.x
SUBGRPAH_URL: "https://api.thegraph.com/subgraphs/name/clrfund/clrfund-testnet"
WALLET_PRIVATE_KEY: ${{ secrets.ARBITRUM_GOERLI_COORDINATOR_WALLET_PRIVATE_KEY }}
NETWORK: "arbitrum-sepolia"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-round.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:


env:
NODE_VERSION: 18.x
NODE_VERSION: 20.x
SUBGRPAH_URL: "https://api.thegraph.com/subgraphs/name/clrfund/clrfund-testnet"
WALLET_PRIVATE_KEY: ${{ secrets.ARBITRUM_GOERLI_COORDINATOR_WALLET_PRIVATE_KEY }}
NETWORK: arbitrum-sepolia
Expand Down

0 comments on commit 3ee5001

Please sign in to comment.