Skip to content

Commit bcf21c4

Browse files
committed
Don't run Remix integration tests on Node 14
1 parent bf13d18 commit bcf21c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,8 @@ jobs:
876876
matrix:
877877
node: [18, 20, 22]
878878
remix: [1, 2]
879-
# Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
879+
# Remix v2 only supports Node 18+, so run 16 tests separately
880880
include:
881-
- node: 14
882-
remix: 1
883881
- node: 16
884882
remix: 1
885883
steps:

0 commit comments

Comments
 (0)