From cb955cec5aa129232b866c99362f3403e6bdf70f Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Sun, 6 Oct 2024 17:35:44 +0200 Subject: [PATCH] Update documentation-linux-ci.yml --- .github/workflows/documentation-linux-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-linux-ci.yml b/.github/workflows/documentation-linux-ci.yml index 088c4e0f43..14df2f9f49 100644 --- a/.github/workflows/documentation-linux-ci.yml +++ b/.github/workflows/documentation-linux-ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4