Skip to content

fix package for cjs #150

fix package for cjs

fix package for cjs #150

Workflow file for this run

name: Downstream Checks
on: [push, pull_request]
jobs:
downstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test
- run: npm run downstream