From 10ee5c1697fad39e4480aff0afcf972c649e2f93 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Mon, 18 Jan 2021 17:51:06 +0300 Subject: [PATCH] revert: "ci: add node 6.x and 8.x versions" This reverts commit 8323ab1d --- .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 315cdce..89a5642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2