Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #690

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #690

Workflow file for this run

name: CI Tests
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci --no-optional
- run: npm run lint
- run: npm run assets
# - npm run server &
# - npm install puppeteer
# - npx percy exec -- node test/snapshots.js