Skip to content

Commit

Permalink
Upgrade JSON-Path-Plus
Browse files Browse the repository at this point in the history
Upgrade the version of JSON-Path-Plus and set a new minimum node version
  • Loading branch information
chris-pardy committed Oct 24, 2024
1 parent a7f7581 commit c26e19a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"types": "types/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "mocha && npm run lint --silent && npm run test:types",
"test:types": "tsd",
Expand Down Expand Up @@ -89,6 +92,6 @@
"clone": "^2.1.2",
"eventemitter2": "^6.4.4",
"hash-it": "^6.0.0",
"jsonpath-plus": "^7.2.0"
"jsonpath-plus": "^10.0.0"
}
}

0 comments on commit c26e19a

Please sign in to comment.