Skip to content

Commit

Permalink
set new node minimum for conformance package (#1283)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer authored Oct 10, 2024
1 parent db47526 commit b571c3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-eels-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sigstore/conformance': patch
---

Set node 18.17.x as the minimum supported version
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/conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"topicSeparator": " "
},
"engines": {
"node": ">=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
}

0 comments on commit b571c3c

Please sign in to comment.