diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-25 03:10:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 08:10:39 +0000 |
commit | 89994427c7dfb25e7879948061a531f34cb1e9ab (patch) | |
tree | 066ab819ae0eeaa401b5a4e77dc89f45c2989e0c /package.json | |
parent | c4b81956ea80a51fb6a52d0a2f516c71840fbd37 (diff) |
Add engines to package.json (#442)
* Add engines to package.json
* Fix spacing
* Replace node version file
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 412eb188..b9de0673 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "directories": { "test": "test" }, + "engines": { + "node": ">=20.0.0" + }, "type": "module", "scripts": { "build": "node ./dev/bin/build.js", |