Skip to content

Commit e3e94bf

Browse files
committed
bump node in tests
1 parent 0fcde87 commit e3e94bf

10 files changed

+10
-10
lines changed

.github/workflows/accessibility-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
./.github/scripts/install-kyma.sh | tee kyma-alpha-deploy.log
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
- name: Setup busola
3232
shell: bash
3333
run: |

.github/workflows/pull-integration-cluster-k3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-node@v4
3737
name: Setup node
3838
with:
39-
node-version: 20
39+
node-version: 22
4040
- name: Setup Busola
4141
shell: bash
4242
run: |

.github/workflows/pull-integration-namespace-k3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-node@v4
3737
name: Setup node
3838
with:
39-
node-version: 20
39+
node-version: 22
4040
- name: Setup Busola
4141
shell: bash
4242
run: |

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-node@v4
3737
name: Setup node
3838
with:
39-
node-version: 20
39+
node-version: 22
4040
- name: Deploy Busola
4141
id: deploy_busola
4242
shell: bash

.github/workflows/pull-lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-node@v4
3636
name: Setup node
3737
with:
38-
node-version: 20
38+
node-version: 22
3939
- name: Run busola
4040
shell: bash
4141
run: |

.github/workflows/pull-smoke-test-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
./.github/scripts/install-kyma.sh | tee kyma-alpha-deploy.log
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 20
39+
node-version: 22
4040
- name: setup_busola
4141
shell: bash
4242
run: |

.github/workflows/pull-smoke-test-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./.github/scripts/install-kyma.sh | tee kyma-alpha-deploy.log
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 22
3939
- name: Setup Busola
4040
shell: bash
4141
run: |

.github/workflows/pull-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/actions/merge
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
- name: setup_busola
3232
shell: bash
3333
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Busola project contains additional sub-projects:
1717
## Prerequisites
1818

1919
- [`npm`](https://www.npmjs.com/) in version 10.x
20-
- [`node`](https://nodejs.org/en/) in version 20.x
20+
- [`node`](https://nodejs.org/en/) in version 22.x
2121

2222
Busola supports:
2323

kyma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `extensions` directory contains a general extensibility configuration to avo
3636
## Prerequisites
3737

3838
- [`npm`](https://www.npmjs.com/) in version 10.x
39-
- [Node.js](https://nodejs.org/en/) in version 20.x
39+
- [Node.js](https://nodejs.org/en/) in version 22.x
4040
- [Make](https://www.gnu.org/software/make/)
4141

4242
## Installation

0 commit comments

Comments
 (0)