diff --git a/.node-version b/.node-version index 6f7f377..9a2a0e2 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v16 +v20 diff --git a/LICENSE b/LICENSE index d8a4ce3..efe1d24 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index 85ee391..ec76a12 100644 --- a/package.json +++ b/package.json @@ -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" } }