Skip to content

Add bundler hint to ignore fs module on browser environments #32

Add bundler hint to ignore fs module on browser environments

Add bundler hint to ignore fs module on browser environments #32

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm install
- run: npm run build
- run: npm test --coverage