From 305da72e0c3be4585fe06a7e867f94998f83d609 Mon Sep 17 00:00:00 2001 From: Olzie-12 Date: Tue, 18 Oct 2022 23:23:43 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd1da19..eaf2ee2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "TypeScript template action", "main": "dist/main.js", "engines": { - "node": ">=12.0.0" + "node": ">=16.0.0" }, "scripts": { "build": "ncc build src/main.ts -o dist --watch",