Skip to content

Bump body-parser and express #1055

Bump body-parser and express

Bump body-parser and express #1055

Workflow file for this run

name: Common Build
on:
push:
branches-ignore:
- develop
- master
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
name: Install packages
- run: npm run lint
name: Check Code
- run: npm run build-prod
name: Build Code