Skip to content

Bump braces from 3.0.2 to 3.0.3 in /web #14

Bump braces from 3.0.2 to 3.0.3 in /web

Bump braces from 3.0.2 to 3.0.3 in /web #14

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