Skip to content

Bump express from 4.19.2 to 4.21.0 #396

Bump express from 4.19.2 to 4.21.0

Bump express from 4.19.2 to 4.21.0 #396

Workflow file for this run

name: build
on:
pull_request:
branches:
- "main"
- "develop"
- "release/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: export NODE_OPTIONS="--max-old-space-size=8192"
- run: yarn install
- run: yarn build