Skip to content

test(compileEsm): new operator with default import #1092

test(compileEsm): new operator with default import

test(compileEsm): new operator with default import #1092

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: Install
uses: pnpm/[email protected]
with:
version: 5
run_install: |
args: [--frozen-lockfile]
- name: Test
run: yarn test