From cd9369c9f1acfb40aa8d331695d4d44e86a74a2a Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 10 May 2021 17:44:02 +0200 Subject: [PATCH] chore(npm): drop support for Node.js 10 --- .github/workflows/nodejs.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eaf105c..766409b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,4 +1,4 @@ -name: NodeJS +name: Node.js on: push: @@ -12,9 +12,9 @@ jobs: fail-fast: false matrix: node-version: + - 16 - 14 - 12 - - 10 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/package.json b/package.json index bb13b90..1f90b66 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "type": "commonjs", "engines": { - "node": ">=10" + "node": ">=12" }, "devDependencies": { "@sindresorhus/tsconfig": "^1.0.1",