From e06bbd9fe332420fb482cfe40636d136d0b65d78 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Wed, 10 Dec 2025 17:36:42 +0100 Subject: [PATCH] chore: update publish workflow --- .github/workflows/publish-rc.yml | 2 +- .github/workflows/publish-stable.yml | 4 ++-- yarn.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-rc.yml b/.github/workflows/publish-rc.yml index 684b77ec5cc..6b5abbe9201 100644 --- a/.github/workflows/publish-rc.yml +++ b/.github/workflows/publish-rc.yml @@ -55,7 +55,7 @@ jobs: npm: name: Publish to NPM & Github - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-latest needs: [tag, binaries] if: needs.tag.outputs.is_rc == 'true' steps: diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index f3c82536eee..d08ffee2efe 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -61,7 +61,7 @@ jobs: npm: name: Publish to NPM & Github - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-latest needs: [tag, binaries] if: needs.tag.outputs.is_stable == 'true' steps: @@ -111,7 +111,7 @@ jobs: comment: name: Comment on included PRs - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-latest needs: [tag, npm] if: needs.tag.outputs.is_stable == 'true' steps: diff --git a/yarn.lock b/yarn.lock index 1015cf0ba68..2b7def47f26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3779,7 +3779,7 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== -"@types/parse-path@^7.0.0", "@types/parse-path@^7.1.0": +"@types/parse-path@^7.0.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@types/parse-path/-/parse-path-7.1.0.tgz#1bdddfe4fb2038e76c7e622234a97d6a050a1be3" integrity sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==