From 81b0c255ed89b18049f6befa6dd317665feb4a36 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Thu, 25 Jan 2024 19:08:24 +0100 Subject: [PATCH] Add Node.js v21 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8a9331b9..f2f06895 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4