Skip to content

Commit 2678b05

Browse files
authored
ci: update renovate workflow to use ubuntu-24.04 as runner (#2216)
This version of runner uses Node.js 20 by default which is needed by Renovate. ``` Unsupported node environment detected. Please update your node version ``` See: actions/runner-images#9848 and https://github.com/angular/dev-infra/actions/runs/10139617149
1 parent 6832900 commit 2678b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ng-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
renovate:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
- run: yarn --cwd .github/ng-renovate install --immutable

0 commit comments

Comments
 (0)