Skip to content

fix: Dynamic require of "fs" is not supported. fixes #13 #27

fix: Dynamic require of "fs" is not supported. fixes #13

fix: Dynamic require of "fs" is not supported. fixes #13 #27

Workflow file for this run

name: NPM-Publish
on:
push:
# Sequence of patterns matched against refs/heads
branches:
# Push events on main branch
- main
pull_request:
# Sequence of patterns matched against refs/heads
branches:
# Push events on main branch
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}