Skip to content

Optimize the auto-generated JavaScript interface for node.js projects #3

Optimize the auto-generated JavaScript interface for node.js projects

Optimize the auto-generated JavaScript interface for node.js projects #3

Workflow file for this run

name: Offchain Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 20
- run: npm ci
- run: npm test