From 595b40510a6214f073de4b31c70db22f816b2365 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Sun, 12 Jan 2020 08:33:58 +0000 Subject: [PATCH] Remove End-of-Life Node.js 8.x Node.js 8 went End-of-Life at the end of 2019 and should not be used in new workflows. --- ci/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/node.js.yml b/ci/node.js.yml index e72f5ac..a089915 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - uses: actions/checkout@v2