diff --git a/.github/matic-cli-config.yml b/.github/matic-cli-config.yml index 86a9aa146c..1f16c9e758 100644 --- a/.github/matic-cli-config.yml +++ b/.github/matic-cli-config.yml @@ -2,7 +2,7 @@ defaultStake: 10000 defaultFee: 2000 borChainId: "15001" heimdallChainId: heimdall-15001 -contractsBranch: arpit/v0.3.2-backport +contractsBranch: mardizzone/node-upgrade sprintSize: 64 blockNumber: '0' blockTime: '2' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00fa177069..0d36a9917a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v3 with: repository: maticnetwork/matic-cli - ref: mardizzone/revert + ref: arpit/pos-655 path: matic-cli - name: Install dependencies on Linux @@ -119,7 +119,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '10.17.0' + node-version: '16.17.1' cache: 'npm' cache-dependency-path: | matic-cli/package-lock.json