Skip to content

Commit

Permalink
chore(ci): Disable next.js 13 required check (#298)
Browse files Browse the repository at this point in the history
This example is massively flakey due to the swc download logic in Next.js 13

I found a way to disable the swc download for `next dev` but not for `next build` so let's just disable this required check.
  • Loading branch information
blaine-arcjet authored Mar 4, 2024
1 parent c568890 commit 9b46606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ merge:
- Trunk Check
- "Run tests / Run tests (OS: ubuntu-latest, Node: 18)"
- "Run tests / Run tests (OS: ubuntu-latest, Node: 20)"
- Build examples / Next.js 13 + Page Router + withArcjet
# Next.js 13 is flakey when it downloads swc so we don't require this
# - Build examples / Next.js 13 + Page Router + withArcjet
- Build examples / Next.js 14 + App Router + Rate Limit
- Build examples / Next.js 14 + App Router + Validate Email
- Build examples / Next.js 14 + OpenAI
Expand Down

0 comments on commit 9b46606

Please sign in to comment.