Skip to content

Bump follow-redirects from 1.14.9 to 1.15.4 in /web #11

Bump follow-redirects from 1.14.9 to 1.15.4 in /web

Bump follow-redirects from 1.14.9 to 1.15.4 in /web #11

Workflow file for this run

name: PR Build
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Running npm install and installing gulp
run: |
cd web
npm install
- name: Running build
run: |
cd web
npm run build