Skip to content

fix: fix TypeError when handling external errors #52

fix: fix TypeError when handling external errors

fix: fix TypeError when handling external errors #52

Workflow file for this run

name: ci
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test