Skip to content

Commit

Permalink
build: require node 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: required node 18
  • Loading branch information
tripodsan committed Mar 25, 2024
1 parent 850c475 commit a8aa0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These tools have been introduced by Adobe to document Adobe's Experience Data Mo
## Requirements

- `npm` version 3.10.8 or up
- `node` v14 or up
- `node` v18 or v20 or up

## Example Output

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"unist-util-select": "5.1.0"
},
"engines": {
"node": ">= 14.0.0"
"node": "^18.0.0 || >= 20.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a8aa0df

Please sign in to comment.