Skip to content

build(deps): bump agentwallet-sdk from 5.1.1 to 6.0.4 #31

build(deps): bump agentwallet-sdk from 5.1.1 to 6.0.4

build(deps): bump agentwallet-sdk from 5.1.1 to 6.0.4 #31

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Typecheck (Node 20.x)
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20
uses: actions/setup-node@v6
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Security audit (high+)
run: npm audit --audit-level=high
- name: Build
run: npm run build