From 665ca9ce057ef901a463587b113b02a5bbcfe5fd Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:23:32 -0400 Subject: [PATCH] - bumps node version in package.sjon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76d8057..6463436 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ".": "./dist/index.js" }, "engines": { - "node": ">=16" + "node": ">=20" }, "scripts": { "bundle": "npm run format:write && npm run package",