From 924431946233e1ea067ebd4cc0064af4b07cbd18 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Wed, 20 Dec 2023 00:40:10 +0100 Subject: [PATCH] ci: add Node.js 20.x and 21.x to the tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f115ccf..90d6d15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,8 @@ jobs: - 14 - 16 - 18 + - 20 + - 21 name: Running tests with Node ${{ matrix.node_version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: