From b043246b45ba0b5aa8854c792948e555ce125d50 Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Fri, 26 Apr 2024 10:37:14 +0200 Subject: [PATCH] Add Node 22 to test --- .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 6c19d66..0f9e398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4