From 72b8ef78f023f2917727ef1566293f300de6a346 Mon Sep 17 00:00:00 2001 From: Marco Baumgartl Date: Thu, 14 Nov 2024 10:11:01 +0100 Subject: [PATCH] ci: Add Node.js 22 to test matrix --- .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 b13e19e..1648ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18', '20'] + node: ['18', '20', '22'] steps: - uses: actions/checkout@v4 - name: Setup node ${{ matrix.node }}