fix: update bump-version-action node runtime to 16 (#45856)

pull/45618/head
Timur Olzhabayev 4 years ago committed by GitHub
parent f7291ce270
commit ab0bbf6715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/bump-version.yml

@ -80,7 +80,7 @@ jobs:
ref: main
- uses: actions/setup-node@v2.5.1
with:
node-version: '14'
node-version: '16'
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run bump version (manually invoked)

Loading…
Cancel
Save