From 47c777930deb96774823a06b40b6d8613c27a26e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 25 Feb 2022 04:39:48 -0600 Subject: [PATCH] fix: update bump-version-action node runtime to 16 (#45856) (#45896) (cherry picked from commit ab0bbf6715d19a20e6c696301d3131c6c1d1468c) Co-authored-by: Timur Olzhabayev --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index bb0f40ea205..8d2f329022e 100644 --- a/.github/workflows/bump-version.yml +++ b/.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)