From 1020e52f29cbd9b06bc93c8a0da6569abf11a7ae Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 4 Mar 2022 10:38:34 +0100 Subject: [PATCH] Backporting bump version fixes (#46231) --- .github/workflows/bump-version.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 9214e4c5241..e1d30961ff6 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -4,7 +4,9 @@ on: inputs: version: required: true - default: '7.x.x' + default: '8.x.x' +env: + YARN_ENABLE_IMMUTABLE_INSTALLS: false jobs: main: runs-on: ubuntu-latest @@ -55,7 +57,7 @@ jobs: ref: main - uses: actions/setup-node@v2.4.1 with: - node-version: '14' + node-version: '16' - name: Install Actions run: npm install --production --prefix ./actions - name: Run bump version