From 202ff9fd19d2509f930fdd55129d08a5327d0d5e Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Thu, 2 Sep 2021 20:14:14 +0200 Subject: [PATCH] chore: Change supported Node versions BREAKING CHANGE: Node versions below 12 are not officially supported anymore. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4f5ba9..253b738 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # pin@v2