Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Dec 11, 2023
1 parent 1cc846e commit 64cd39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: 📦 Setup pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js 20.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default [
{
file: pkg.types.replace(".d.ts", ".d.mts"),
format: "es",
}
},
],
plugins: [resolverPlugin, dts()],
},
Expand Down

0 comments on commit 64cd39f

Please sign in to comment.