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

This commit is contained in:
Timur Olzhabayev 2022-02-25 11:22:42 +01:00 committed by GitHub
parent f7291ce270
commit ab0bbf6715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)