Skip to content

Commit

Permalink
drop node 16 support in repo-mock (#776)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer authored Oct 9, 2024
1 parent f8b4927 commit a996ab0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-pants-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tufjs/repo-mock': major
---

Drop support for node 16
26 changes: 13 additions & 13 deletions 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/repo-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"nock": "^13.5.5"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
}

0 comments on commit a996ab0

Please sign in to comment.