diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 45444fda84..5e828a7022 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -41,7 +41,7 @@ jobs: needs: install-and-build strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.4] with: ref: ${{ inputs.branch }} nodeVersion: ${{ matrix.node-version }}