From 3c799ea3b5e39f1a98f4ec08d59d069153716f21 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Mon, 28 Sep 2020 17:48:22 -0500 Subject: [PATCH] build(node): specify supported node versions --- .github/workflows/test.yml | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51cb9ab7..664fd440 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 13.x, 14.x] + node-version: [12, 14] steps: - name: Checkout diff --git a/package.json b/package.json index ea3f8a14..93a4f901 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,8 @@ "repository": { "type": "git", "url": "https://github.com/ttshivers/synclounge.git" + }, + "engines": { + "node": ">=12" } -} +} \ No newline at end of file