From e03f44f2c0cf053bb338f70336d511ec8f10b4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= Date: Fri, 6 May 2022 22:46:15 +0200 Subject: [PATCH] feat: add support for node v18 --- .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 4288edaa..e7c53465 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -51,7 +51,7 @@ jobs: strategy: matrix: - node: [12.22.0, 12, 14.17.0, 14, '16.0', 16] + node: [12.22.0, 12, 14.17.0, 14, '16.0', 16, '18.0', 18] eslint: [7.5, 7, 8] steps: