diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60d0d82..098567e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,9 @@ jobs: fail-fast: false matrix: node-version: + - 16 - 14 - 12 - - 10 - - 8 os: - ubuntu-latest - windows-latest diff --git a/package.json b/package.json index ee3b3df..0aff85e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://sindresorhus.com" }, "engines": { - "node": ">=8" + "node": ">=12" }, "scripts": { "test": "xo && ava && tsd",