From ca5ae36786470b0d1c836d8a52859dafcccf6aff Mon Sep 17 00:00:00 2001 From: souf Date: Mon, 10 Jun 2024 10:51:59 +0300 Subject: [PATCH] updates version of node used in pipeline --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 190124b..c77453d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] env: CLIENT_GO_REPO: https://github.com/mulesoft-anypoint/anypoint-client-go.git CLIENT_GO_BRANCH: dev