From 86c74e8d6432f616e1823d22db1802f9a33ed9b7 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero <694253+jbottigliero@users.noreply.github.com> Date: Sun, 17 Oct 2021 16:55:41 -0500 Subject: [PATCH] !chore: Drops Node.js 10 support (end-of-life), now requires Node.js >= 12. Node.js 10 has reached end-of-life and many upstream dependencies have formally dropped support. - Drops Node.js 10 from our test matrix. - Adds Node.js 16 to test matrix. see: #791,#835,#816,#792 --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecc7269e..2ba995fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [10, 12, 14] + node: [12, 14, 16] os: [ubuntu-latest, windows-latest] env: OS: ${{ matrix.os }} diff --git a/package.json b/package.json index f34294ac..b2d85735 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": "conventional-changelog/standard-version", "engines": { - "node": ">=10" + "node": ">=12" }, "keywords": [ "conventional-changelog",