Skip to content

Commit 3fd0f2b

Browse files
committed
Don't run Remix integration tests on Node 14
1 parent 97d4d36 commit 3fd0f2b

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
@@ -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)