Skip to content

Commit 2061ce8

Browse files
committed
chore(ci): use 20.x version for node
1 parent 93a83ac commit 2061ce8

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.5.x]
32+
node-version: [18.x, 20.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.5.x]
37+
node-version: [18.x, 20.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)