Skip to content

Commit

Permalink
Merge pull request #95 from lobehub/fix/release-workflow
Browse files Browse the repository at this point in the history
fix: node version
  • Loading branch information
rdmclin2 authored Jun 28, 2024
2 parents cb47a68 + f284d5e commit 8f085bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install bun
uses: oven-sh/setup-bun@v1

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules"],
"exclude": ["node_modules", ".next"],
"include": [
"next-env.d.ts",
"vitest.config.ts",
Expand Down

0 comments on commit 8f085bc

Please sign in to comment.