Skip to content

Fix for ERR_REQUIRE_ESM #117

Fix for ERR_REQUIRE_ESM

Fix for ERR_REQUIRE_ESM #117

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# Set to the former tested version. Should probably update this
# to reflect the release schedule. https://nodejs.org/en/about/releases/
node-version: [10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test