Skip to content

Commit 63d1937

Browse files
authored
chore(ci): Add Node 20 to the test matrix (#7904)
1 parent ef33250 commit 63d1937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
strategy:
434434
fail-fast: false
435435
matrix:
436-
node: [8, 10, 12, 14, 16, 18]
436+
node: [8, 10, 12, 14, 16, 18, 20]
437437
steps:
438438
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
439439
uses: actions/checkout@v3
@@ -698,7 +698,7 @@ jobs:
698698
strategy:
699699
fail-fast: false
700700
matrix:
701-
node: [10, 12, 14, 16, 18]
701+
node: [10, 12, 14, 16, 18, 20]
702702
steps:
703703
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
704704
uses: actions/checkout@v3

0 commit comments

Comments
 (0)