Skip to content

Commit c3a065c

Browse files
committed
make local build work when calling 'yarn'. see: actions/setup-node#182 (comment)
1 parent bfa72a3 commit c3a065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

6565
# See https://help.sonatype.com/en/npm-application-analysis.html
6666
- name: Install Production Node Dependencies
67-
run: yarn install --prod
67+
run: corepack yarn install --prod
6868

6969
- name: Login to Docker Hub
7070
uses: docker/login-action@v3

0 commit comments

Comments
 (0)