Skip to content

Bump follow-redirects from 1.15.2 to 1.15.5 #141

Bump follow-redirects from 1.15.2 to 1.15.5

Bump follow-redirects from 1.15.2 to 1.15.5 #141

Workflow file for this run

name: Push
on: [push]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn lint
- run: yarn start &
- run: sleep 2
- run: yarn test