Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /demo #10

Bump follow-redirects from 1.15.4 to 1.15.6 in /demo

Bump follow-redirects from 1.15.4 to 1.15.6 in /demo #10

Workflow file for this run

name: Package-build
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- "demo/**"
- '.github/workflows/demo.yml'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- "demo/**"
- '.github/workflows/demo.yml'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
- name: Pre-build dependencies
run: npm install yarn
- name: Install dependencies
run: yarn install