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