Skip to content

Commit

Permalink
Merge branch 'test-tokio-std-process' of github.com:you54f/pact-js-co…
Browse files Browse the repository at this point in the history
…re into test-tokio-std-process
  • Loading branch information
YOU54F committed Jul 18, 2024
2 parents 98f4b83 + 821bdcf commit 702e252
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]
node-version: [16, 18, 20, 22.4.1]
os: [macos-14, macos-12, ubuntu-latest, windows-latest]
docker: [false]
include:
- os: ubuntu-latest
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
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 702e252

Please sign in to comment.