File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Deploy Package
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ master, v6 ]
9
9
10
10
jobs :
11
11
build :
14
14
15
15
strategy :
16
16
matrix :
17
- node-version : [14 .x, 16 .x, 18 .x]
17
+ node-version : [18 .x, 20 .x, 22 .x]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Node.js CI
5
5
6
6
on :
7
7
pull_request :
8
- branches : [ master, next-major ]
8
+ branches : [ master, v6 ]
9
9
10
10
jobs :
11
11
build :
14
14
15
15
strategy :
16
16
matrix :
17
- node-version : [14 .x, 16 .x, 18 .x]
17
+ node-version : [18 .x, 20 .x, 22 .x]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-rules-engine" ,
3
- "version" : " 6.6 .0" ,
3
+ "version" : " 7.0 .0" ,
4
4
"description" : " Rules Engine expressed in simple json" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "engines" : {
8
+ "node" : " >=18.0.0"
9
+ },
7
10
"scripts" : {
8
11
"test" : " mocha && npm run lint --silent && npm run test:types" ,
9
12
"test:types" : " tsd" ,
89
92
"clone" : " ^2.1.2" ,
90
93
"eventemitter2" : " ^6.4.4" ,
91
94
"hash-it" : " ^6.0.0" ,
92
- "jsonpath-plus" : " ^7.2 .0"
95
+ "jsonpath-plus" : " ^10.0 .0"
93
96
}
94
97
}
You can’t perform that action at this time.
0 commit comments