From a3480370aef2b5eea8c6925c1d69ddc0eb17737b Mon Sep 17 00:00:00 2001 From: "Dr. Carsten Leue" Date: Thu, 8 Feb 2024 12:01:42 +0100 Subject: [PATCH] fix: bump node version Signed-off-by: Dr. Carsten Leue --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abdcef2..5182081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ env: # Currently no way to detect automatically DEFAULT_BRANCH: main GO_VERSION: 1.20.6 # renovate: datasource=golang-version depName=golang - NODE_VERSION: 18 + NODE_VERSION: 20 DRY_RUN: true jobs: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20.x', '1.21.x' ] + go-version: [ '1.20.x', '1.21.x', '1.22.x' ] steps: # full checkout for semantic-release - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1