Skip to content

postgres - updating ESM fix on Pool from pg #2273

postgres - updating ESM fix on Pool from pg

postgres - updating ESM fix on Pool from pg #2273

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '22' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Start Services
run: yarn test:services:start
- name: Install Dependencies
run: yarn
- name: Test Packages
run: yarn test