From 3cbacffe92e43a731a8e3d2f0fe75bc13d1d4a1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= <belco90@gmail.com>
Date: Wed, 8 Sep 2021 22:56:39 +0200
Subject: [PATCH] ci: fix node 16 to 16.8

---
 .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 dd771bb2..8c67c4d4 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: [10.12, 10, '12.0', 12, 14, '16.8']
         eslint: [7.5, 7]
 
     steps: