Skip to content

feat: use fetch in chrome v3 #30

feat: use fetch in chrome v3

feat: use fetch in chrome v3 #30

Workflow file for this run

name: Pull request check
on: push
jobs:
lint_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run lint
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run test:unit