From f044f806fed7441da3c6d6cb032732956297b52c Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 24 Jul 2024 21:05:30 +0100 Subject: [PATCH] Revert "fix(deps): pin to node 22.4.1 (#518)" This reverts commit a3d97d2d91d06e1dd0875fa0cd3e2cc331435bb4. --- .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 45443b53..b042a1e7 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.4.1] + node-version: [16, 18, 20, 22] 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.4.1 + node-version: 22 - os: ubuntu-latest docker: true alpine: true arch: arm64 - node-version: 22.4.1 + node-version: 22 - os: ubuntu-latest docker: true alpine: true arch: amd64 - node-version: 22.4.1 + node-version: 22 - 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 }}" + - run: echo "New Release will be v${{ steps.publish.outputs.version }}" \ No newline at end of file