Update codeflash-js.yaml

This commit is contained in:
mohammed ahmed 2026-03-29 04:01:34 +02:00 committed by GitHub
parent 40def05997
commit eaa56e9ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,8 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: js/cf-api/package-lock.json
registry-url: https://npm.pkg.github.com
scope: "@codeflash-ai"
- name: Install cf-api dependencies
working-directory: js/cf-api
@ -141,6 +143,8 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: js/cf-webapp/package-lock.json
registry-url: https://npm.pkg.github.com
scope: "@codeflash-ai"
- name: Install cf-webapp dependencies
working-directory: js/cf-webapp