From 3896c5b3199ae3b76c658e1481257330ab41e6f1 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Tue, 15 Nov 2022 13:01:16 +0530 Subject: [PATCH] ci changes --- .github/matic-cli-config.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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