Skip to content

Commit ec3072c

Browse files
committed
adding yarn install
1 parent 94483d2 commit ec3072c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
node-version: '22'
109109

110110
- name: Install Dependencies
111-
run: npm install --legacy-peer-deps
111+
run: |
112+
npm install --legacy-peer-deps
113+
yarn install
112114
113115
- name: Install JDK
114116
if: env.turbo_cache_hit != 1

0 commit comments

Comments
 (0)