From 2329ad50cc56560cece745c1b0487ab8e8721ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n?= Date: Sat, 27 Apr 2024 14:43:15 +0200 Subject: [PATCH] ci: run tests in node v22 --- .github/workflows/verifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index 3afc8537..933700f1 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18.18, 20.9, 21.1] + node: [18.18, 20.9, 21.1, 22] eslint: [7.5, 7, 8] steps: - name: Checkout