Skip to content

feat!: remove v1 headers behavior #13438

feat!: remove v1 headers behavior

feat!: remove v1 headers behavior #13438

Workflow file for this run

name: 🧪 Test
on:
push:
branches:
- main
- dev
paths-ignore:
- "docs/**"
- "scripts/**"
- "contributors.yml"
- "**/*.md"
pull_request:
paths-ignore:
- "docs/**"
- "scripts/**"
- "contributors.yml"
- "**/*.md"
jobs:
test:
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/reusable-test.yml
with:
node_version: '["latest"]'