Skip to content

Bump follow-redirects from 1.15.2 to 1.15.5 #118

Bump follow-redirects from 1.15.2 to 1.15.5

Bump follow-redirects from 1.15.2 to 1.15.5 #118

Workflow file for this run

# .github/workflows/development.yml
name: Run test
on:
pull_request:
branches:
- development
- main
push:
branches:
- development
jobs:
run-test:
name: "run test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: npm install and run test
run: |
npm install --legacy-peer-deps
npm run test