Skip to content

Commit 255c3aa

Browse files
author
Clawd
committed
ci: fix yarn install for berry (--mode=skip-build)
yarn berry doesn't support --ignore-scripts, use --mode=skip-build instead
1 parent 95c2a21 commit 255c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Install dependencies
173173
working-directory: bindings/lni_nodejs
174-
run: yarn install --ignore-scripts
174+
run: yarn install --mode=skip-build
175175

176176
- name: Test import
177177
working-directory: bindings/lni_nodejs

0 commit comments

Comments
 (0)