From 4777f55309940ab643c90a243356143e57cf8af3 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Sat, 11 Jul 2020 09:30:52 -0500 Subject: [PATCH] chore!: NodeJS@8 is no longer supported. - The conventional-changelog packages that this repository relies on heavily have dropped support for NodeJS@8 (conventional-changelog/conventional-changelog/pull/599). While the current state (v8.0.0) of _this_ library still passes tests in NodeJS@8, with reaching EOL on 12/31/2019 this seems like a change we should introduce to avoid unexpected issues/conflicts with updates in dependencies. see #549 --- .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 4b9d30996..c3c590328 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [8, 10, 12, 14] + node: [10, 12, 14] steps: - uses: actions/checkout@v2 - run: git fetch --prune --unshallow diff --git a/package.json b/package.json index 4e664bcfb..5ba357085 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": "conventional-changelog/standard-version", "engines": { - "node": ">=8.0" + "node": ">=10" }, "keywords": [ "conventional-changelog",