Skip to content

Commit d78dd8e

Browse files
committed
Build
1 parent b9b38ce commit d78dd8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717

1818
- uses: pnpm/action-setup@v3
1919
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup node
3737
uses: actions/setup-node@v2
3838
with:
39-
node-version: '18.x'
39+
node-version: '20.x'
4040

4141
- name: Set tag
4242
id: tagName

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"scripts": {
81-
"build": "tsdown",
81+
"build": "tsdown && tsdown --config tsdown.umd.ts",
8282
"dev": "tsdown --watch",
8383
"typecheck": "tsc --noEmit",
8484
"test": "vitest",

0 commit comments

Comments
 (0)