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

(cherry picked from commit ab0bbf6715)

Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-25 11:39:48 +01:00
committed by GitHub
co-authored by Timur Olzhabayev
parent 787940f32e
commit 47c777930d
+1 -1
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)