Skip to content

Update dependency express to v4.20.0 [SECURITY] #1

Update dependency express to v4.20.0 [SECURITY]

Update dependency express to v4.20.0 [SECURITY] #1

Workflow file for this run

name: Test
on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test