From a3d97d2d91d06e1dd0875fa0cd3e2cc331435bb4 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 19 Jul 2024 02:12:19 +0100 Subject: [PATCH] fix(deps): pin to node 22.4.1 (#518) Node 22.5.0 failing to successfully complete install See https://github.com/nodejs/node/issues/53902 --- .github/workflows/build-and-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b042a1e7..45443b53 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -108,7 +108,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20, 22] + node-version: [16, 18, 20, 22.4.1] os: [macos-14, macos-12, ubuntu-latest, windows-latest] docker: [false] include: @@ -116,17 +116,17 @@ jobs: docker: true alpine: false arch: arm64 - node-version: 22 + node-version: 22.4.1 - os: ubuntu-latest docker: true alpine: true arch: arm64 - node-version: 22 + node-version: 22.4.1 - os: ubuntu-latest docker: true alpine: true arch: amd64 - node-version: 22 + node-version: 22.4.1 - os: ubuntu-latest docker: true alpine: false @@ -222,4 +222,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} DRY_RUN: true - - run: echo "New Release will be v${{ steps.publish.outputs.version }}" \ No newline at end of file + - run: echo "New Release will be v${{ steps.publish.outputs.version }}"