Skip to content

Commit 3f7255d

Browse files
⚙️ config(ci): Fix build tests.
1 parent 80a484b commit 3f7255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
bundle: ["modern", "module", "cjs"]
40+
bundle: ["browser", "module", "node", "default"]
4141
steps:
4242
- name: Checkout 🛎️
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)