From 5076614163e0d5f7cf6322e171e2ded1859becf6 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 6 Mar 2025 14:49:51 +0530 Subject: [PATCH 1/3] chore: upgrade octokit version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a66a5b..5b438edc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.0.3", "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-plugins": "^2.1.0", - "@octokit/rest": "^19.0.3", + "@octokit/rest": "^20.1.2", "axios": "^1.7.4", "chalk": "^4.1.2", "columnify": "^1.5.4", From 132daf347a2addcb808c44a18ee59c1f373a0132 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 6 Mar 2025 14:59:25 +0530 Subject: [PATCH 2/3] chore: upgrade node versions --- .github/workflows/cli-core-audit.yml | 2 +- .github/workflows/cli-core-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-core-audit.yml b/.github/workflows/cli-core-audit.yml index 50c3f54c..0acb2351 100644 --- a/.github/workflows/cli-core-audit.yml +++ b/.github/workflows/cli-core-audit.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 16.x, 14.x] + node-version: [lts, 22.x, 20.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/cli-core-test.yml b/.github/workflows/cli-core-test.yml index 8c9c5c3c..3937f766 100644 --- a/.github/workflows/cli-core-test.yml +++ b/.github/workflows/cli-core-test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 16.x, 14.x] + node-version: [lts, 22.x, 20.x] steps: - name: Checkout cli core repo uses: actions/checkout@v2 From f62710f3c2dd82afc05267dcdbe54fba3e7b5dfe Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 6 Mar 2025 15:35:14 +0530 Subject: [PATCH 3/3] chore: upgrade node versions --- .github/workflows/cli-core-audit.yml | 2 +- .github/workflows/cli-core-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-core-audit.yml b/.github/workflows/cli-core-audit.yml index 0acb2351..f7e7ae09 100644 --- a/.github/workflows/cli-core-audit.yml +++ b/.github/workflows/cli-core-audit.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [lts, 22.x, 20.x] + node-version: [ 22.x, 20.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/cli-core-test.yml b/.github/workflows/cli-core-test.yml index 3937f766..9057c35f 100644 --- a/.github/workflows/cli-core-test.yml +++ b/.github/workflows/cli-core-test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [lts, 22.x, 20.x] + node-version: [ 22.x, 20.x] steps: - name: Checkout cli core repo uses: actions/checkout@v2