From b1506636797d6398c340a8240f2d3e18674eea97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= Date: Sun, 11 Apr 2021 18:45:24 +0200 Subject: [PATCH] ci: remove unnecessary quote marks for node versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl De Boey --- .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 d1896066..6fb8d9f8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - node: [ '10.22.1', '10', '12', '14' ] + node: [10.12, 10, 12.0, 12, 14, 15] eslint: [ '7.5', '7', ] steps: