Skip to content

Commit

Permalink
feat: add node 20 support (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr authored Nov 12, 2023
1 parent 8800e9b commit 7c62ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14.x, 16.x, 18.x, 19.x ]
node-version: [ 14.x, 16.x, 18.x, 20.x ]

steps:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "json-expression-eval",
"version": "7.0.2",
"version": "7.1.0",
"description": "json serializable rule engine / boolean expression evaluator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "^14 || ^16 || ^18 || ^19"
"node": "^14 || ^16 || ^18 || ^20"
},
"scripts": {
"test": "yarn lint && yarn test:tsd && yarn test:cover",
Expand Down

0 comments on commit 7c62ee9

Please sign in to comment.