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 45bddc4 commit 0934b67Copy full SHA for 0934b67
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: ${{ matrix.node-version }}
32
- name: Install dependencies
33
- run: pnpm install
+ run: pnpm install --allow-build=nodejieba
34
- name: Lint
35
run: pnpm lint
36
- name: Build project
0 commit comments