From 9f6598a5fb25d4fd845366a89f51736b15a453d3 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Sat, 12 Jun 2021 03:21:34 -0400 Subject: [PATCH] chore: Don't test with node 10 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6f423db6..289bf558 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -51,7 +51,7 @@ jobs: strategy: matrix: - node: [10.12, 10, '12.0', 12, 14, 16] + node: [12, 14, 16] eslint: [7.5, 7] steps: