Skip to content

fix: v0.1.15 - Fixed ESM package.json #22

fix: v0.1.15 - Fixed ESM package.json

fix: v0.1.15 - Fixed ESM package.json #22

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test