Skip to content

fix(sendRequest): Ensure that server/browser behavior is consistent f… #57

fix(sendRequest): Ensure that server/browser behavior is consistent f…

fix(sendRequest): Ensure that server/browser behavior is consistent f… #57

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
cache: yarn
- run: yarn
- run: yarn test
- if: github.ref == 'refs/heads/master'
run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}