Skip to content

Commit 920e455

Browse files
Pin engines.node to ^24.0.0
Co-authored-by: Matthew Nitschke <matthew.nitschke@workiva.com>
1 parent 15a29ee commit 920e455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
".": "./dist/index.js"
2424
},
2525
"engines": {
26-
"node": ">=20"
26+
"node": "^24.0.0"
2727
},
2828
"scripts": {
2929
"bundle": "npm run format:write && npm run package",

0 commit comments

Comments
 (0)