Skip to content

Commit

Permalink
Merge pull request #520 from pact-foundation/revert-518-fix/pin_node_…
Browse files Browse the repository at this point in the history
…22.4.1

Revert "fix(deps): pin to node 22.4.1"
  • Loading branch information
YOU54F authored Jul 24, 2024
2 parents ffda77d + f044f80 commit f2b3918
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,25 +108,25 @@ 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:
- os: ubuntu-latest
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
Expand Down Expand Up @@ -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 }}"

0 comments on commit f2b3918

Please sign in to comment.