Skip to content

Commit 8c36659

Browse files
authored
build: add node.js v21 to test matrix (#9680)
1 parent 61e9056 commit 8c36659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
strategy:
467467
fail-fast: false
468468
matrix:
469-
node: [8, 10, 12, 14, 16, 18, 20]
469+
node: [8, 10, 12, 14, 16, 18, 20, 21]
470470
steps:
471471
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
472472
uses: actions/checkout@v4
@@ -498,7 +498,7 @@ jobs:
498498
strategy:
499499
fail-fast: false
500500
matrix:
501-
node: [10, 12, 14, 16, 18, 20]
501+
node: [10, 12, 14, 16, 18, 20, 21]
502502
steps:
503503
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
504504
uses: actions/checkout@v4
@@ -733,7 +733,7 @@ jobs:
733733
strategy:
734734
fail-fast: false
735735
matrix:
736-
node: [10, 12, 14, 16, 18, 20]
736+
node: [10, 12, 14, 16, 18, 20, 21]
737737
typescript:
738738
- false
739739
include:
@@ -774,7 +774,7 @@ jobs:
774774
strategy:
775775
fail-fast: false
776776
matrix:
777-
node: [14, 16, 18, 20]
777+
node: [14, 16, 18, 20, 21]
778778
remix: [1, 2]
779779
steps:
780780
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})

0 commit comments

Comments
 (0)