Merge remote-tracking branch 'origin/multi-language' into multi-language

This commit is contained in:
misrasaurabh1 2026-01-29 01:06:23 -08:00
commit bf765c2355
4 changed files with 15 additions and 0 deletions

View file

@ -63,6 +63,11 @@ jobs:
with:
node-version: '20'
- name: Install codeflash npm package dependencies
run: |
cd packages/codeflash
npm install
- name: Install JS test project dependencies
run: |
cd code_to_optimize/js/code_to_optimize_js

View file

@ -63,6 +63,11 @@ jobs:
with:
node-version: '20'
- name: Install codeflash npm package dependencies
run: |
cd packages/codeflash
npm install
- name: Install JS test project dependencies
run: |
cd code_to_optimize/js/code_to_optimize_js_esm

View file

@ -63,6 +63,11 @@ jobs:
with:
node-version: '20'
- name: Install codeflash npm package dependencies
run: |
cd packages/codeflash
npm install
- name: Install JS test project dependencies
run: |
cd code_to_optimize/js/code_to_optimize_ts