diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 75f697f854..12079c68ec 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -124,7 +124,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -153,7 +153,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -182,7 +182,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -214,7 +214,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -353,7 +353,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -396,7 +396,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: @@ -435,7 +435,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '23.11.0' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: diff --git a/.nvmrc b/.nvmrc index 7d41c735d7..94c0153b26 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.14.0 +23.11.0 diff --git a/renovate.json b/renovate.json index 4d64f63c47..ba51cc93ce 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ":prConcurrentLimitNone" ], "constraints": { - "node": "22.14.0", + "node": "23.11.0", "php": "8.4.6" }, "automergeType": "branch",