Skip to content

Always use custom EventEmitter implementation to fix webpack/nextjs/w… #33

Always use custom EventEmitter implementation to fix webpack/nextjs/w…

Always use custom EventEmitter implementation to fix webpack/nextjs/w… #33

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build & test
run: npm run build