Skip to content

Bump postgrator from 7.3.0 to 8.0.0 #42

Bump postgrator from 7.3.0 to 8.0.0

Bump postgrator from 7.3.0 to 8.0.0 #42

Workflow file for this run

'on':
pull_request: ~
push:
branches:
- dev
workflow_dispatch: ~
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.18.0
- shell: bash
run: |
npm ci
npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.18.0
- shell: bash
run: |
npm ci --omit dev
cp config/default-example.yaml config/default.yaml
npm run build