Skip to content

Commit

Permalink
drop node 16 support in cli (#487)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Oct 16, 2023
1 parent 4a87e40 commit ef444b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-penguins-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tufjs/cli': minor
---

Drop node 16 support
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"topicSeparator": " "
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit ef444b5

Please sign in to comment.