Backporting bump version fixes (#46231)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user