From 6536e0fc2d5918908fbb70a926b2b0410da442b2 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 22 Aug 2020 21:47:38 +0200 Subject: [PATCH] Update --- .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 9218977..71e326f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [4.x, 6.x, 8.x, 9.x, 10.x, 12.x] + node-version: [10.x, 11.x, 12.x] steps: - uses: actions/checkout@v2