Skip to content

Commit 50d30e0

Browse files
committed
Don't run Remix integration tests on Node 14
1 parent bdb06ef commit 50d30e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,8 @@ jobs:
874874
matrix:
875875
node: [18, 20, 22]
876876
remix: [1, 2]
877-
# Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
877+
# Remix v2 only supports Node 18+, so run 16 tests separately
878878
include:
879-
- node: 14
880-
remix: 1
881879
- node: 16
882880
remix: 1
883881
steps:

0 commit comments

Comments
 (0)