Skip to content

fix: rename rollup to rollup.config.mjs #33

fix: rename rollup to rollup.config.mjs

fix: rename rollup to rollup.config.mjs #33

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'