Skip to content

Bump express from 4.18.2 to 4.19.2 (#5780) #500

Bump express from 4.18.2 to 4.19.2 (#5780)

Bump express from 4.18.2 to 4.19.2 (#5780) #500

Workflow file for this run

name: Tests
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.17, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: npm run lint
- run: npm run ts:build:check
- run: npm test