Skip to content

Commit e65b8e8

Browse files
[CI][workflows] Use node 20, 22 in workflows
Add node 20,22 for build and tests (keep 18 for now). Use 20 for publish and license check. Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 330403d commit e65b8e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [18]
23+
node: [18, 20, 22]
2424

2525
steps:
2626
- name: Checkout
@@ -57,7 +57,7 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
node: [18]
60+
node: [20]
6161

6262
steps:
6363
- name: Checkout
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
strategy:
9898
matrix:
99-
node: [18]
99+
node: [20]
100100
steps:
101101
- name: Checkout
102102
uses: actions/checkout@v3

.github/workflows/license-check-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [18]
23+
node: [20]
2424
java: [11]
2525

2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)