Skip to content

Bump follow-redirects from 1.15.2 to 1.15.9 #146

Bump follow-redirects from 1.15.2 to 1.15.9

Bump follow-redirects from 1.15.2 to 1.15.9 #146

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
- run: |
npm ci
npm run build
xvfb-run --auto-servernum npm test