Skip to content

fix(esm build): fix module and moduleResolutio to NodeNext (#24) #15

fix(esm build): fix module and moduleResolutio to NodeNext (#24)

fix(esm build): fix module and moduleResolutio to NodeNext (#24) #15

Workflow file for this run

name: Publish to NPM
on:
push:
branches: ['master', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/publishToNPM.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}