Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix missing ESM __modules #283

Fix missing ESM __modules

Fix missing ESM __modules #283

Workflow file for this run

name: verify
on:
push:
branches: trunk
pull_request:
branches: '**'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Verify
run: yarn verify