From 60b171ad03ec380584eef6681a145e8e6e2f4053 Mon Sep 17 00:00:00 2001 From: Alex Luu Date: Mon, 8 Jul 2024 13:12:19 -0400 Subject: [PATCH 1/4] update canary --- .github/workflows/canary_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary_release.yml b/.github/workflows/canary_release.yml index c208c943c1a..f7081481f8d 100644 --- a/.github/workflows/canary_release.yml +++ b/.github/workflows/canary_release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: yarn registry-url: 'https://registry.npmjs.org' - run: yarn install --frozen-lockfile From 61604f55467f5930c28d5ba5bc07176d88de7ba8 Mon Sep 17 00:00:00 2001 From: Alex Luu Date: Mon, 8 Jul 2024 13:16:08 -0400 Subject: [PATCH 2/4] test canary --- .github/workflows/canary_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/canary_release.yml b/.github/workflows/canary_release.yml index f7081481f8d..e61a8b8997c 100644 --- a/.github/workflows/canary_release.yml +++ b/.github/workflows/canary_release.yml @@ -3,6 +3,10 @@ on: push: branches: - '4.x' + pull_request: + branches: + - '4.x' + types: [opened, reopened, synchronize] jobs: release: From cd325b11509d19b9d0fb8dba8bcb0025fbe6375a Mon Sep 17 00:00:00 2001 From: Alex Luu Date: Mon, 8 Jul 2024 13:31:59 -0400 Subject: [PATCH 3/4] update --- .github/workflows/canary_release.yml | 4 ---- ~ | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 ~ diff --git a/.github/workflows/canary_release.yml b/.github/workflows/canary_release.yml index e61a8b8997c..f7081481f8d 100644 --- a/.github/workflows/canary_release.yml +++ b/.github/workflows/canary_release.yml @@ -3,10 +3,6 @@ on: push: branches: - '4.x' - pull_request: - branches: - - '4.x' - types: [opened, reopened, synchronize] jobs: release: diff --git a/~ b/~ new file mode 100644 index 00000000000..3077a61cc32 --- /dev/null +++ b/~ @@ -0,0 +1,10 @@ +make types compatible +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch web3-core-coverage +# Your branch is up to date with 'origin/web3-core-coverage'. +# +# Changes to be committed: +# modified: ../web3-types/src/json_rpc_types.ts +# From 7f195c403b7af6894a0ec4b1eb228959ee403997 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 8 Jul 2024 13:34:59 -0400 Subject: [PATCH 4/4] Delete unfinished commit --- ~ | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ~ diff --git a/~ b/~ deleted file mode 100644 index 3077a61cc32..00000000000 --- a/~ +++ /dev/null @@ -1,10 +0,0 @@ -make types compatible -# Please enter the commit message for your changes. Lines starting -# with '#' will be ignored, and an empty message aborts the commit. -# -# On branch web3-core-coverage -# Your branch is up to date with 'origin/web3-core-coverage'. -# -# Changes to be committed: -# modified: ../web3-types/src/json_rpc_types.ts -#