From 6a3c9cb3a2e94b442ccd309d1177137fb0f964e6 Mon Sep 17 00:00:00 2001 From: Stanislav Cherviakov Date: Wed, 11 Sep 2024 22:43:25 +0100 Subject: [PATCH] using node 20.5 for 2 workflows that are failing bumped the node version to the latest used in some other flows trying to narrow down the build issue --- .github/workflows/pull-request-account-compression.yml | 2 +- .github/workflows/pull-request-libraries.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-account-compression.yml b/.github/workflows/pull-request-account-compression.yml index 9504a1bcc46..a3e936f8c8a 100644 --- a/.github/workflows/pull-request-account-compression.yml +++ b/.github/workflows/pull-request-account-compression.yml @@ -79,7 +79,7 @@ jobs: js-test-account-compression: runs-on: ubuntu-latest env: - NODE_VERSION: 16.x + NODE_VERSION: 20.5 steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_VERSION }} diff --git a/.github/workflows/pull-request-libraries.yml b/.github/workflows/pull-request-libraries.yml index 18ca39623a9..2b4eeef1e33 100644 --- a/.github/workflows/pull-request-libraries.yml +++ b/.github/workflows/pull-request-libraries.yml @@ -66,7 +66,7 @@ jobs: js-test: runs-on: ubuntu-latest env: - NODE_VERSION: 16.x + NODE_VERSION: 20.5 steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_VERSION }}