Skip to content

Commit dee2545

Browse files
committed
ci(crm,lob): update node versions
1 parent 5603085 commit dee2545

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-app-crm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [18.x, 20.x]
32+
node-version: [20.x, 22.x]
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:

.github/workflows/build-app-lob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [18.x, 20.x]
37+
node-version: [20.x, 22.x]
3838

3939
# Steps represent a sequence of tasks that will be executed as part of the job
4040
steps:

0 commit comments

Comments
 (0)