Skip to content

Commit

Permalink
Merge pull request #385 from chris-pardy/just-json-path
Browse files Browse the repository at this point in the history
Upgrade JSON-Path-Plus
  • Loading branch information
chris-pardy authored Oct 24, 2024
2 parents bc36efa + c26e19a commit bc7276e
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 @@ -92,6 +95,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 bc7276e

Please sign in to comment.