diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d260e3..289cb978 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: include: # Active LTS + other OS - os: macos-latest - node_version: 22 + node_version: 24 - os: windows-latest - node_version: 22 + node_version: 24 fail-fast: false name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"