From b5b93a4309fcc5fa468762283340ede96ca821ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= Date: Sun, 11 Apr 2021 18:48:01 +0200 Subject: [PATCH] Revert "ci: remove unnecessary quote marks for node versions" This reverts commit b1506636 --- .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 6fb8d9f8..d1896066 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - node: [10.12, 10, 12.0, 12, 14, 15] + node: [ '10.22.1', '10', '12', '14' ] eslint: [ '7.5', '7', ] steps: