From 00ae6eabc08749d9648fa5b28f18c50e19125488 Mon Sep 17 00:00:00 2001 From: Frazer Smith <43814140+Fdawgs@users.noreply.github.com> Date: Thu, 28 Jan 2021 17:02:04 +0000 Subject: [PATCH] ci: remove eol node versions from unit tests v8.0.0 and v13.0.0 are no longer supported as seen on https://nodejs.org/en/about/releases/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7692b21..aae4702 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 13.x, 14.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2