chore(deps): bump @google/genai from 2.5.0 to 2.6.0 #57
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: IRIS-MINI CI | |
| # on: | |
| # push: | |
| # branches: [ main ] | |
| # pull_request: | |
| # branches: [ main ] | |
| # jobs: | |
| # build-and-test: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - name: Checkout Code | |
| # uses: actions/checkout@v4 | |
| # - name: Setup Node.js v24 | |
| # uses: actions/setup-node@v4 | |
| # with: | |
| # node-version: '24' | |
| # cache: 'npm' | |
| # - name: Install Dependencies | |
| # run: npm ci | |
| # - name: Run Build and Release Cycle | |
| # run: npm run release | |
| # - name: Verify Build Artifacts | |
| # run: | | |
| # ls -l dist/ | |
| # ls -l *.tgz |