Skip to content

chore(deps-dev): bump esmock from 2.5.8 to 2.6.0 #161

chore(deps-dev): bump esmock from 2.5.8 to 2.6.0

chore(deps-dev): bump esmock from 2.5.8 to 2.6.0 #161

Workflow file for this run

name: Sigyn Agent
on:
push:
branches: [main]
pull_request:
paths:
- "package-lock.json"
- "src/agent/**"
- "!src/agent/**/*.md"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
fail-fast: false
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build packages
run: npm run build
- name: Run tests
run: npm run test --workspace=src/agent