Skip to content

Commit

Permalink
Merge pull request #242 from sonallux/feature/bump-pact-version
Browse files Browse the repository at this point in the history
feat: Bump pact to 12.0.0
  • Loading branch information
YOU54F authored Jul 11, 2023
2 parents d655ba1 + 5c9d7eb commit f35965b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

steps:
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- id: publish
run: scripts/ci/release.sh
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"type": "git",
"url": "git+https://github.com/pact-foundation/jest-pact.git"
},
"engines": {
"node": ">=16"
},
"author": "YOU54F",
"contributors": [
{
Expand All @@ -40,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^10.0.0",
"@commitlint/config-conventional": "^10.0.0",
"@pact-foundation/pact": "^11.0.2",
"@pact-foundation/pact": "^12.0.0",
"@pact-foundation/pact-js-prettier-config": "^1.0.0",
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^29.2.3",
Expand Down Expand Up @@ -69,7 +72,7 @@
"typescript": "4.6.4"
},
"peerDependencies": {
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2",
"@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0",
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit f35965b

Please sign in to comment.