Skip to content

chore(deps): bump pg from 8.11.1 to 8.11.2 #249

chore(deps): bump pg from 8.11.1 to 8.11.2

chore(deps): bump pg from 8.11.1 to 8.11.2 #249

Workflow file for this run

# Lint this change with the latest node LTS.
name: Lint
# https://g.nite07.orgmunity/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
- run: npm run lint