Skip to content

chore(deps): bump node-pg-migrate from 7.7.1 to 7.8.0 (#10676) #1379

chore(deps): bump node-pg-migrate from 7.7.1 to 7.8.0 (#10676)

chore(deps): bump node-pg-migrate from 7.7.1 to 7.8.0 (#10676) #1379

Workflow file for this run

name: Main@node 22
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- 'gh-pages'
- 'dependabot/**'
jobs:
test-main-22:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 22
env:
NPM_CONFIG_ENGINE_STRICT: 'false'
- name: Core tests
uses: ./.github/actions/core-tests