Skip to content

Commit 0934b67

Browse files
committed
feat: use nodejieba segment cut function
1 parent 45bddc4 commit 0934b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
- name: Install dependencies
33-
run: pnpm install
33+
run: pnpm install --allow-build=nodejieba
3434
- name: Lint
3535
run: pnpm lint
3636
- name: Build project

0 commit comments

Comments
 (0)