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": {