Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 in /site2 #46

Bump follow-redirects from 1.15.2 to 1.15.4 in /site2

Bump follow-redirects from 1.15.2 to 1.15.4 in /site2 #46

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm install
working-directory: site2
- run: npm run-script build
working-directory: site2