We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc846e commit 64cd39fCopy full SHA for 64cd39f
.github/workflows/publish.yml
@@ -11,13 +11,13 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v3
13
14
- - name: 📦 Setup pnpm
+ - name: Setup pnpm
15
uses: pnpm/action-setup@v2
16
17
- - name: Use Node.js 20.x
+ - name: Use Node.js 18.x
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 20.x
+ node-version: 18.x
21
cache: "pnpm"
22
23
- name: Install dependencies
rollup.config.js
@@ -111,7 +111,7 @@ export default [
111
{
112
file: pkg.types.replace(".d.ts", ".d.mts"),
113
format: "es",
114
- }
+ },
115
],
116
plugins: [resolverPlugin, dts()],
117
},
0 commit comments