Skip to content

Commit 37f240f

Browse files
authored
Merge pull request #25 from xconnio/use-tsdown-to-bundle-project
Use tsdown to bundle the project
2 parents fb47900 + a15490e commit 37f240f

4 files changed

Lines changed: 751 additions & 48 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18.x
22+
node-version: 20.x
2323

2424
- name: Install dependencies
2525
run: make setup

0 commit comments

Comments
 (0)