Skip to content

feat(http): remove CORS regex #250

feat(http): remove CORS regex

feat(http): remove CORS regex #250

Workflow file for this run

name: Code coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --ignore-engines
- name: Run tests
run: yarn run test
- name: Codecov
uses: codecov/[email protected]