From beff8a031c5c3597e26ecb3dd567059ace3682e9 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 24 Oct 2021 13:01:35 +0200 Subject: [PATCH] Add engines field. Add node 10.x to CI (#52) Fixes #51 --- .github/workflows/ci.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a5ded8..54ee88d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 9ce35bc..ce5af8f 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "bugs": { "url": "http://github.com/mcollina/split2/issues" }, + "engines": { + "node": ">= 10.x" + }, "author": "Matteo Collina ", "license": "ISC", "devDependencies": {