Skip to content

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #177

chore(deps-dev): bump express from 4.18.2 to 4.19.2

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #177

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Full build
run: |
npm ci
npm run build
npm run test
npm run lint
- name: Release info
run: npx standard-version --dry-run