From 64a71a49e4c14e3489217484fa022090b9fb03cc Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Tue, 5 Apr 2022 19:21:16 -0500 Subject: [PATCH] Update to node 16 (#267) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f8021c..d13d8be 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": "14.x" + "node": "16.x" }, "main": "index.js", "scripts": {