From 4c48f77366a53227ad8260d93f68c06924ae89d4 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Oct 2024 17:36:55 +0530 Subject: [PATCH] ci: add Node.js v23 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f5c0e1..4a76607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x] + node: [23.x, 22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2