Skip to content

feat: add multi-target Typechain typings build option (#127) #657

feat: add multi-target Typechain typings build option (#127)

feat: add multi-target Typechain typings build option (#127) #657

Workflow file for this run

name: Test
on:
push:
branches: 'main'
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run test