From 786b01a8fecb08ce275c853b34cb946a9fa0f3cd Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 20 Oct 2021 07:54:34 -0700 Subject: [PATCH] build!: drop support for node.js 10.x (#176) --- .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 5024809..ebd35f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14, 15] + node: [12, 14, 16, 17] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/package.json b/package.json index 49779e0..93a3f5f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license-check": "node build/src/cli.js --local ." }, "engines": { - "node": ">= 10.x" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "keywords": [ "npm",