Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #8

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #8

Workflow file for this run

name: Run tests
# Controls when the workflow will run
on: [pull_request, workflow_dispatch]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run test