Skip to content

Bump follow-redirects from 1.14.6 to 1.15.5 in /example #40

Bump follow-redirects from 1.14.6 to 1.15.5 in /example

Bump follow-redirects from 1.14.6 to 1.15.5 in /example #40

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm run test --if-present