Skip to content

🇨🇦 Use UNDICI fetch in Canada because of their badly configured servers #138

🇨🇦 Use UNDICI fetch in Canada because of their badly configured servers

🇨🇦 Use UNDICI fetch in Canada because of their badly configured servers #138

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run build