From 6bbad9229b1053b2fa29db4ad27892a014903dec Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Thu, 31 Oct 2024 14:20:25 -0500 Subject: [PATCH] Update to Node.js 22.x --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 779fb55115..e4fda5d3ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "tape": "^5.7.4" }, "engines": { - "node": "20.x" + "node": "22.x" } }, "node_modules/@ljharb/resumer": { diff --git a/package.json b/package.json index 2625bf772e..bd0281d346 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.3.0", "description": "A sample Node.js app using Express 4", "engines": { - "node": "20.x" + "node": "22.x" }, "main": "index.js", "scripts": {