From 64cf6f631229c856a4702bf6aeaa78d0238f4857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 30 Jun 2022 08:07:06 +0200 Subject: Set min supported node at 16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/dispatch-npm-engines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-npm-engines.yml b/.github/workflows/dispatch-npm-engines.yml index 6bddd13..b7005a7 100644 --- a/.github/workflows/dispatch-npm-engines.yml +++ b/.github/workflows/dispatch-npm-engines.yml @@ -49,7 +49,7 @@ jobs: repositories: ${{ fromJSON(needs.repositories.outputs.matrix) }} env: - NODE_VERSION: "^14.0.0" + NODE_VERSION: "^16.0.0" NPM_VERSION: "^7.0.0" steps: -- cgit v1.2.3