Skip to content

Commit 17dc081

Browse files
committed
2.x: installing packages as --global
1 parent ea36fb3 commit 17dc081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
- name: Install modules
24-
run: yarn global install --production=false
24+
run: yarn install --production=false --global
2525
- name: List modules installed
2626
run: yarn list --depth=0
2727
- name: Pack the JS

0 commit comments

Comments
 (0)