Skip to content

Uppercase HTTP method and ad user agent string #44

Uppercase HTTP method and ad user agent string

Uppercase HTTP method and ad user agent string #44

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
cache: npm
- name: Install dependencies
run: npm ci
- run: npm test