Backporting bump version fixes (#46231)

This commit is contained in:
Timur Olzhabayev
2022-03-04 10:38:34 +01:00
committed by GitHub
parent 89eb74730e
commit 1020e52f29
+4 -2
View File
@@ -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