From c682a1c69de4c0f1f41344cbfade1c99bf845a28 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Fri, 21 Aug 2020 21:57:15 -0500 Subject: [PATCH] chore: deprecate node 8 and 10 (#351) * chore: deprecate node 8 and 10 * set engine to node 12+ --- .github/workflows/test-pull-request.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 5cf0fa15..b3dfcc29 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['10.x', '12.10.x'] + node-version: ['12', '14'] platform: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/package.json b/package.json index 07168232..ee74fd85 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "src/index.js", "license": "AGPL-3.0-or-later", "engines": { - "node": ">=8.10.0" + "node": ">=12.0.0" }, "dependencies": { "@microstates/react": "0.12.0",