Skip to content

build(deps-dev): bump @types/node from 18.16.3 to 20.0.0 #1834

build(deps-dev): bump @types/node from 18.16.3 to 20.0.0

build(deps-dev): bump @types/node from 18.16.3 to 20.0.0 #1834

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:alpine
env:
POSTGRES_PASSWORD: postgres
ports:
- 5433:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: |
npm ci
npm run db:migrate
npm run lint
npm test
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3