From 432109060e9e0cf09aa9cc631df5d17b249f8649 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Mon, 15 Jun 2020 23:52:54 +0100 Subject: [PATCH] Update minimum Node.js requirement from v8 to v10 Change-type: major --- .resinci.yml | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.resinci.yml b/.resinci.yml index 769f34b3..577d7e28 100644 --- a/.resinci.yml +++ b/.resinci.yml @@ -5,31 +5,26 @@ npm: os: alpine architecture: x86_64 node_versions: - - "8" - "10" - name: linux os: alpine architecture: x86 node_versions: - - "8" - "10" - name: darwin os: macos architecture: x86_64 node_versions: - - "8" - "10" - name: windows os: windows architecture: x86_64 node_versions: - - "8" - "10" - name: windows os: windows architecture: x86 node_versions: - - "8" - "10" docker: diff --git a/package.json b/package.json index 676dff6b..75bd800a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "author": "Juan Cruz Viotti ", "license": "Apache-2.0", "engines": { - "node": ">=8.0" + "node": ">=10.0.0" }, "husky": { "hooks": {