Skip to content

Commit

Permalink
Don't run Remix integration tests on Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed May 17, 2024
1 parent 97d4d36 commit 3fd0f2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,10 +876,8 @@ jobs:
matrix:
node: [18, 20, 22]
remix: [1, 2]
# Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
# Remix v2 only supports Node 18+, so run 16 tests separately
include:
- node: 14
remix: 1
- node: 16
remix: 1
steps:
Expand Down

0 comments on commit 3fd0f2b

Please sign in to comment.