From ab0bbf6715d19a20e6c696301d3131c6c1d1468c Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 25 Feb 2022 11:22:42 +0100 Subject: [PATCH] fix: update bump-version-action node runtime to 16 (#45856) --- .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)