From b5cd1120f7349df492b022e48523f53b3d8d6e5e Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Wed, 12 Aug 2020 14:19:45 +0200 Subject: [PATCH] feat(maintanance): drop node 8 support BREAKING CHANGE: Node 8 is no longer supported. --- .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 c008071..1594b25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 diff --git a/package.json b/package.json index 7909b12..be6409d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/nicojs/typed-inject.git" }, "engines": { - "node": ">=8" + "node": ">=10" }, "keywords": [ "typescript",