From 24a79cd331ff74c9fd495846fccf704692d5cb4a Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 26 Jul 2024 15:01:38 +0200 Subject: [PATCH] Updated tested Node.js versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5cea541..9564a66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: ["14", "16", "18", "19"] + node-version: ["14", "16", "18", "20", "22"] name: "Lint and test" runs-on: ubuntu-latest