Skip to content

chore(deps): bump body-parser and express (#96) #38

chore(deps): bump body-parser and express (#96)

chore(deps): bump body-parser and express (#96) #38

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Test-and-Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install and Build
run: |
npm install
npm run build