From 7777d9c5ecb876d27d348c2466158d84ba1e92f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 16 Dec 2021 21:18:24 +0900 Subject: [PATCH] feat!: update node support (#571) * feat!: bump node requirement >=12.0.0 * ci: test all maintance & active node version --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e03d7fa04..bd797d9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package.json b/package.json index 0c42cf3de..c98e14fd1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Cordova command line interface tool", "main": "cordova", "engines": { - "node": ">=10.0.0" + "node": ">=12.0.0" }, "bin": { "cordova": "./bin/cordova"