Skip to content

Bump follow-redirects from 1.14.8 to 1.15.6 in /website #307

Bump follow-redirects from 1.14.8 to 1.15.6 in /website

Bump follow-redirects from 1.14.8 to 1.15.6 in /website #307

Workflow file for this run

name: NodeJS with Gulp
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp