Skip to content

Commit 40bcbb8

Browse files
committed
Bumped Node version to 20.X in Github CI
1 parent bf5e1f2 commit 40bcbb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-wf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

.github/workflows/pr-wf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
max-parallel: 4
88
matrix:
9-
node-version: [16.x]
9+
node-version: [20.x]
1010

1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)