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