From 133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 9 Oct 2019 11:11:37 +0300 Subject: Drop support for Node.js 8. (#29496) By the time v5 stable will be out, 8 will be EOL (December 2019). --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5fbe7ff7c..96d74522c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [8, 10, 12] + node: [10, 12] steps: - name: Clone repository -- cgit v1.2.3