Skip to content

Commit dbe2776

Browse files
authored
chore: update release workflow to use the newly released node 20 instead of 19 (#6371)
1 parent 82879f6 commit dbe2776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
matrix:
316316
nodeVersion:
317317
- 18
318-
- 19
318+
- 20
319319
- nightly
320320
uses: ./.github/workflows/node-integration.yml
321321
with:

scripts/template-oss/_job-release-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ strategy:
33
matrix:
44
nodeVersion:
55
- 18
6-
- 19
6+
- 20
77
- nightly
88
uses: ./.github/workflows/node-integration.yml
99
with:

0 commit comments

Comments
 (0)