10000 chore(ci): Add Node 20 to the test matrix (#7904) · benjick/sentry-javascript@63d1937 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63d1937

Browse files
authored
chore(ci): Add Node 20 to the test matrix (getsentry#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

Lines changed: 2 additions & 2 deletions
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 7384
- 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)
0