Skip to content

chore(main): release 7.0.0 #29

chore(main): release 7.0.0

chore(main): release 7.0.0 #29

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
test-setup-command: 'npm run build && node dist/ml.js && node dist/ml.min.js'