From 62b76b1b4ef989f12a0591e16454cb6f7ec2d7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 23 Sep 2021 16:50:06 +0200 Subject: [PATCH] revert: "ci: fix node 16 to 16.8" This reverts commit 08e40fc687ab826795d54af07aa6fb994e5b19e0. --- .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 8c67c4d4..dd771bb2 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.8'] + node: [10.12, 10, '12.0', 12, 14, 16] eslint: [7.5, 7] steps: