From 2cd96e2ffda1c0176ad8b89d97fd26f91bf079a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 26 Oct 2024 01:22:21 +0200 Subject: [PATCH] chore: add tests for Node 22 (#240) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d745794..42fb8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20] + node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20, 22] os: [ubuntu-latest] include: # On other platforms