Skip to content

Commit 20853c5

Browse files
chore: prepare Backstage 1.46 upgrades / version bumps (#6719)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
1 parent ce95092 commit 20853c5

10 files changed

+18
-18
lines changed

.github/workflows/auto-version-bump-scheduler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- name: Setup Node.js
26+
- name: Set up Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '22.x'
29+
node-version: 22.x
3030

3131
- name: yarn install
3232
run: yarn install --immutable

.github/workflows/automate_renovate_changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Node
2828
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2929
with:
30-
node-version: 22
30+
node-version: 22.x
3131
registry-url: https://registry.npmjs.org/ # Needed for auth
3232

3333
- name: Configure Git

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node
3636
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3737
with:
38-
node-version: 20
38+
node-version: 22.x
3939
registry-url: https://registry.npmjs.org/ # Needed for auth
4040

4141
- name: Find changed workspaces
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
workspace: ${{ fromJSON(needs.find-changed-workspaces.outputs.workspaces) }}
54-
node-version: [20.x, 22.x]
54+
node-version: [22.x, 24.x]
5555
fail-fast: false
5656
defaults:
5757
run:
@@ -190,10 +190,10 @@ jobs:
190190
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
191191
with:
192192
ref: ${{ github.event.workflow_run.head_branch }}
193-
- name: Setup node
193+
- name: Set up Node
194194
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
195195
with:
196-
node-version: 20.x
196+
node-version: 22.x
197197
- name: Install root dependencies
198198
run: yarn install --immutable
199199
- name: Verify lockfile duplicates

.github/workflows/deprecate-archived-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Setup Node.js
16+
- name: Set up Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '22'
19+
node-version: 22.x
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Deprecate packages

.github/workflows/regenerate_issue_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2121
with:
22-
node-version: 20
22+
node-version: 22.x
2323
registry-url: https://registry.npmjs.org/ # Needed for auth
2424

2525
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2121
with:
22-
node-version: 20
22+
node-version: 22.x
2323
registry-url: https://registry.npmjs.org/ # Needed for auth
2424

2525
- name: Fetch previous commit for check

.github/workflows/release_workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Node
5656
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
5757
with:
58-
node-version: 20
58+
node-version: 22.x
5959
registry-url: https://registry.npmjs.org/ # Needed for auth
6060

6161
- name: Get yarn cache directory path
@@ -127,7 +127,7 @@ jobs:
127127
- name: Set up Node
128128
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
129129
with:
130-
node-version: 20
130+
node-version: 22.x
131131
registry-url: https://registry.npmjs.org/ # Needed for auth
132132

133133
- name: Install root dependencies

.github/workflows/release_workspace_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Node
7272
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
7373
with:
74-
node-version: 20
74+
node-version: 22.x
7575
registry-url: https://registry.npmjs.org/ # Needed for auth
7676

7777
- name: Get yarn cache directory path
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set up Node
144144
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
145145
with:
146-
node-version: 20
146+
node-version: 22.x
147147
registry-url: https://registry.npmjs.org/ # Needed for auth
148148

149149
- name: Install root dependencies

.github/workflows/upgrade-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node
3030
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3131
with:
32-
node-version: 22
32+
node-version: 22.x
3333
registry-url: https://registry.npmjs.org/
3434

3535
- name: Install dependencies

.github/workflows/version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
fetch-depth: 1
5151

5252
# Beginning of yarn setup
53-
- name: use node.js 20.x
53+
- name: Set up Node
5454
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
5555
with:
56-
node-version: 20.x
56+
node-version: 22.x
5757
registry-url: https://registry.npmjs.org/ # Needed for auth
5858
- name: cache all node_modules
5959
id: cache-modules

0 commit comments

Comments
 (0)