Skip to content

Commit b5174f3

Browse files
committed
Omit node 16 test conditional (not used anymore)
1 parent 09ecec8 commit b5174f3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,4 @@ jobs:
7676
- run: yarn install --frozen-lockfile
7777
- name: Run tests (skip pg-transaction under Node < 18)
7878
run: |
79-
if [[ "${{ matrix.node }}" -lt 18 ]]; then
80-
echo "Skipping pg-transaction tests on Node.js < 18"
81-
yarn workspaces foreach -v --exclude pg-transaction --topological-dev run test
82-
else
83-
yarn test
84-
fi
79+
yarn test

0 commit comments

Comments
 (0)