From 86bc3ce08a088dc2d24b6844e464fe588b1892aa Mon Sep 17 00:00:00 2001 From: winkidney Date: Thu, 21 Apr 2022 09:08:51 -0700 Subject: [PATCH] feature: remove support for nodejs 8.x and 10.x --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eb2434c..932748b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [ 8.x, 10.x, 12.x, 14.x ] + node-version: [ 12.x, 14.x ] steps: - uses: actions/checkout@v2