Skip to content

Commit 64cd39f

Browse files
committed
ci: fix publish
1 parent 1cc846e commit 64cd39f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313

14-
- name: 📦 Setup pnpm
14+
- name: Setup pnpm
1515
uses: pnpm/action-setup@v2
1616

17-
- name: Use Node.js 20.x
17+
- name: Use Node.js 18.x
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 20.x
20+
node-version: 18.x
2121
cache: "pnpm"
2222

2323
- name: Install dependencies

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default [
111111
{
112112
file: pkg.types.replace(".d.ts", ".d.mts"),
113113
format: "es",
114-
}
114+
},
115115
],
116116
plugins: [resolverPlugin, dts()],
117117
},

0 commit comments

Comments
 (0)