From fe93005e04cfdebae09d0d552f0cc2e9f33f9363 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sun, 20 Oct 2024 19:54:47 +0200 Subject: [PATCH] ci: add support for Node.js@23.0 Co-authored-by: Sebastian Beltran Original PR: https://github.com/expressjs/express/pull/6075 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ddd6b23a..5b00051efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: - "20" - "21" - "22" + - "23" # Use supported versions of our testing tools under older versions of Node # Install npm in some specific cases where we need to include: