Skip to content

Commit 678b78d

Browse files
ci: fix build issue
1 parent f1486fb commit 678b78d

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 11
30+
version: 10
3131

3232
- name: Get pnpm store directory
3333
shell: bash

site/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@
1818
},
1919
"dependencies": {
2020
"minisearch": "^7.2.0"
21-
},
22-
"pnpm": {
23-
"onlyBuiltDependencies": [
24-
"esbuild"
25-
]
2621
}
2722
}

0 commit comments

Comments
 (0)