From 078636ea26f8f8dfd052e8f1791444e9ddbc3cec Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Tue, 29 Oct 2024 13:43:10 +0100 Subject: [PATCH] Update .github/workflows/nodejs.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Heiko Theißen --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 084bd78ea..50b4ab7f0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x] steps: - uses: actions/checkout@v4