From 7dec390059442917d21844fe0b95cbd237624f13 Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Wed, 17 Jan 2024 17:37:55 +0530 Subject: [PATCH] ci: bump node in release workflow (backport #1324) (#1326) (#1327) (cherry picked from commit 3aad944cf274963beddd99dfec53540f5b1acb2d) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/on_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index d736d90d84..0659e6c69e 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Setup dependencies run: | npm install @semantic-release/git @semantic-release/exec --no-save