Skip to content

Update dependency extract-pg-schema to v4.3.0 #778

Update dependency extract-pg-schema to v4.3.0

Update dependency extract-pg-schema to v4.3.0 #778

Workflow file for this run

name: Pull Requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build
env:
CI: true