Skip to content

chore(deps): bump body-parser and express in /packages/opc-feedback #1132

chore(deps): bump body-parser and express in /packages/opc-feedback

chore(deps): bump body-parser and express in /packages/opc-feedback #1132

Workflow file for this run

name: Test CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
env:
NODE_ENV: development
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
- run: npm run build:packages
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test:packages