From 73728d769ef7c7778c3afb2b72a7d476e73538ff Mon Sep 17 00:00:00 2001 From: nlf Date: Tue, 18 Apr 2023 10:04:56 -0700 Subject: [PATCH] chore: update release workflow to use the newly released node 20 instead of 19 --- .github/workflows/release.yml | 2 +- scripts/template-oss/_job-release-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46961d3fc6872..9b7eead1f05cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -315,7 +315,7 @@ jobs: matrix: nodeVersion: - 18 - - 19 + - 20 - nightly uses: ./.github/workflows/node-integration.yml with: diff --git a/scripts/template-oss/_job-release-integration.yml b/scripts/template-oss/_job-release-integration.yml index 3c10d74525bce..248bd5276e10e 100644 --- a/scripts/template-oss/_job-release-integration.yml +++ b/scripts/template-oss/_job-release-integration.yml @@ -3,7 +3,7 @@ strategy: matrix: nodeVersion: - 18 - - 19 + - 20 - nightly uses: ./.github/workflows/node-integration.yml with: