Skip to content

chore(deps): bump @agentica/core from 0.34.1 to 0.34.2 in the agent group #85

chore(deps): bump @agentica/core from 0.34.1 to 0.34.2 in the agent group

chore(deps): bump @agentica/core from 0.34.1 to 0.34.2 in the agent group #85

Workflow file for this run

name: build
on:
pull_request:
paths:
- "src/**"
- "package.json"
- "package-lock.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build