Skip to content

doc: update README with ESM info and nuxt specific config fix #26

doc: update README with ESM info and nuxt specific config fix

doc: update README with ESM info and nuxt specific config fix #26

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run build