Skip to content

Commit 0699059

Browse files
committed
Merge branch 'v5.0.0'
2 parents 238d759 + 40bcbb8 commit 0699059

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)