Skip to content

[Snyk] Upgrade follow-redirects from 1.14.9 to 1.15.2 #253

[Snyk] Upgrade follow-redirects from 1.14.9 to 1.15.2

[Snyk] Upgrade follow-redirects from 1.14.9 to 1.15.2 #253

Workflow file for this run

name: Release
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Verify
run: |
npm ci
npm test
npm run build