Skip to content

Bump ua-parser-js and browser-sync in /web #5

Bump ua-parser-js and browser-sync in /web

Bump ua-parser-js and browser-sync in /web #5

Workflow file for this run

name: CI
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