From 9cfe3bfeff5761b4d26ce4a118026c876d90f65f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 17 Jan 2024 11:06:36 +0100 Subject: [PATCH] Add latest Node.js to CI (#5) Signed-off-by: Matteo Collina --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2533017..8e581f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: strategy: matrix: node-version: + - 21 + - 20 - 18 - 16 - 14