From 59212f70a94ca8dfa2149d3022bef8045e09d325 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 17 Jan 2024 21:39:53 +0900 Subject: [PATCH] update node limitation from `>=16` to `>=20` because this action is run with `node20` runner --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d8a643..13f1395 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "type": "commonjs", "main": "src/index.js",