From 21e8ffe145588c7cfae4a9dd7e9fa2e8cbb0b114 Mon Sep 17 00:00:00 2001 From: Carlos V Date: Mon, 13 May 2024 14:19:09 -0600 Subject: [PATCH 1/4] test: Upgrade node version for cli --- .github/workflows/local_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index cd3d340..e634a75 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v2 name: Set up Node.js with: - node-version: "lts/gallium" + node-version: "lts/hydrogen" - name: Install graph CLI run: npm install -g @graphprotocol/graph-cli - uses: actions/setup-python@v4 From 238ccaaecf62090c0776c364a247a12d95a07fba Mon Sep 17 00:00:00 2001 From: Carlos V Date: Mon, 13 May 2024 14:31:37 -0600 Subject: [PATCH 2/4] fix: Update contracts repo --- tests/contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contracts b/tests/contracts index c501141..eb910f0 160000 --- a/tests/contracts +++ b/tests/contracts @@ -1 +1 @@ -Subproject commit c501141dd1640ee61d1beaf8903ad2bdeef97236 +Subproject commit eb910f01658d17124c57d003a511013f8870b2e9 From 97e81ae17f05ef29b0a9cc1cad85b0e07d55b910 Mon Sep 17 00:00:00 2001 From: Carlos V Date: Mon, 13 May 2024 14:48:22 -0600 Subject: [PATCH 3/4] test: Enable corepack --- .github/workflows/local_tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index e634a75..7114773 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -18,6 +18,12 @@ jobs: name: Set up Node.js with: node-version: "lts/hydrogen" + - name: Enable Corepack + run: | + corepack enable + - name: Install dependencies + run: | + corepack yarn install - name: Install graph CLI run: npm install -g @graphprotocol/graph-cli - uses: actions/setup-python@v4 From 3c868d417fbecd213ece2b6785884a6ceadf2767 Mon Sep 17 00:00:00 2001 From: Carlos V Date: Mon, 13 May 2024 15:17:52 -0600 Subject: [PATCH 4/4] test: Going ack to dev in submodule and selecting ver fro graphcli --- .github/workflows/local_tests.yml | 4 ++-- tests/contracts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index 7114773..648a885 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v2 name: Set up Node.js with: - node-version: "lts/hydrogen" + node-version: "lts/gallium" - name: Enable Corepack run: | corepack enable @@ -25,7 +25,7 @@ jobs: run: | corepack yarn install - name: Install graph CLI - run: npm install -g @graphprotocol/graph-cli + run: npm install -g @graphprotocol/graph-cli@0.54.0 - uses: actions/setup-python@v4 with: python-version: '3.8' diff --git a/tests/contracts b/tests/contracts index eb910f0..c501141 160000 --- a/tests/contracts +++ b/tests/contracts @@ -1 +1 @@ -Subproject commit eb910f01658d17124c57d003a511013f8870b2e9 +Subproject commit c501141dd1640ee61d1beaf8903ad2bdeef97236