Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Feb 9, 2024
1 parent ddee176 commit 58f58bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: 🧪 Test
strategy:
matrix:
version: [18, 20, 24]
version: [18, 20, 21]
include:
- version: 20
coverage: true
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"declaration": true,
"emitDeclarationOnly": true
},
"include": ["src/*"]
"include": ["src/**/*"]
}

0 comments on commit 58f58bf

Please sign in to comment.