Skip to content

Commit a82df9f

Browse files
committed
Remove node 16 tests for Remix v1
1 parent e154041 commit a82df9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,6 @@ jobs:
718718
matrix:
719719
node: [18, 20, 22]
720720
remix: [1, 2]
721-
# Remix v2 only supports Node 18+, so run 16 tests separately
722-
include:
723-
- node: 16
724-
remix: 1
725721
steps:
726722
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
727723
uses: actions/checkout@v4

0 commit comments

Comments
 (0)