File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : macos-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [14 .x, 16 .x, 18 .x]
13
+ node-version : [16 .x, 18 .x, 20 .x]
14
14
fail-fast : false
15
15
16
16
steps :
33
33
runs-on : ubuntu-latest
34
34
strategy :
35
35
matrix :
36
- node-version : [14 .x, 16 .x, 18 .x]
36
+ node-version : [16 .x, 18 .x, 20 .x]
37
37
fail-fast : false
38
38
39
39
steps :
58
58
runs-on : windows-latest
59
59
strategy :
60
60
matrix :
61
- node-version : [14 .x, 16 .x, 18 .x]
61
+ node-version : [16 .x, 18 .x, 20 .x]
62
62
fail-fast : false
63
63
64
64
steps :
Original file line number Diff line number Diff line change 14
14
fetch-depth : 0
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 14
17
+ node-version : 16
18
18
registry-url : ' https://registry.npmjs.org'
19
19
- id : publish
20
20
run : scripts/ci/release.sh
Original file line number Diff line number Diff line change 21
21
"type" : " git" ,
22
22
"url" : " git+https://github.com/pact-foundation/jest-pact.git"
23
23
},
24
+ "engines" : {
25
+ "node" : " >=16"
26
+ },
24
27
"author" : " YOU54F" ,
25
28
"contributors" : [
26
29
{
40
43
"devDependencies" : {
41
44
"@commitlint/cli" : " ^10.0.0" ,
42
45
"@commitlint/config-conventional" : " ^10.0.0" ,
43
- "@pact-foundation/pact" : " ^11 .0.2 " ,
46
+ "@pact-foundation/pact" : " ^12 .0.0 " ,
44
47
"@pact-foundation/pact-js-prettier-config" : " ^1.0.0" ,
45
48
"@tsconfig/node14" : " ^1.0.3" ,
46
49
"@types/jest" : " ^29.2.3" ,
69
72
"typescript" : " 4.6.4"
70
73
},
71
74
"peerDependencies" : {
72
- "@pact-foundation/pact" : " ^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2" ,
75
+ "@pact-foundation/pact" : " ^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0 " ,
73
76
"jest" : " ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0"
74
77
},
75
78
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments