Skip to content

Commit 3fed235

Browse files
authored
Update build.yml
lerna version
1 parent 6b60858 commit 3fed235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
- name: Build frontend by node.js
5252
run: |
5353
cd web
54-
npm install lerna -g
54+
npm install lerna@4.0.0 -g
5555
lerna bootstrap
5656
npm run build

0 commit comments

Comments
 (0)