Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /graph-tutorial #266

Bump follow-redirects from 1.15.4 to 1.15.6 in /graph-tutorial

Bump follow-redirects from 1.15.4 to 1.15.6 in /graph-tutorial #266

Workflow file for this run

name: NodeJS with Gulp
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
defaults:
run:
working-directory: graph-tutorial
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp