Skip to content

Commit ea36fb3

Browse files
committed
2.x: installing packages as global
1 parent 7804175 commit ea36fb3

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 install --production=false
24+
run: yarn global install --production=false
2525
- name: List modules installed
2626
run: yarn list --depth=0
2727
- name: Pack the JS

0 commit comments

Comments
 (0)