diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e6e57cbabcb..b60e0a31b1d8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18, lts/*, 22] + node-version: [18, lts/*, 22, 23] steps: - name: Checkout repository