bumping package to node 20

This commit is contained in:
Michael Shick 2024-02-01 13:40:56 -05:00
parent 7c0890544f
commit 8fedd701c5
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
v16
v20

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Michael Shick
Copyright (c) 2024 Michael Shick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -148,6 +148,6 @@
"vitest": "^0.30.1"
},
"engines": {
"node": "^14.15.0 || ^16.13.0 || ^18.0.0"
"node": "^16.13.0 || ^18.0.0 || ^20.0.0"
}
}