From 6148c6b53d5287554df01f46b9972362bf3bfb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n?= Date: Sat, 7 May 2022 10:44:17 +0200 Subject: [PATCH] feat: add support for node v18 (#578) --- .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: