Skip to content

Commit 606a2ae

Browse files
rochdevthedavl
authored andcommitted
update postgres to run tests on latest node (#3142)
1 parent 3568d80 commit 606a2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/plugins.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ jobs:
733733
# - run: yarn test:plugins:upstream
734734
- uses: codecov/codecov-action@v2
735735

736-
# The pg version range we support doesn't work beyond Node 14.
737736
postgres:
738737
runs-on: ubuntu-latest
739738
services:
@@ -753,6 +752,8 @@ jobs:
753752
- run: yarn install
754753
- uses: ./.github/actions/node/oldest
755754
- run: yarn test:plugins:ci
755+
- uses: ./.github/actions/node/latest
756+
- run: yarn test:plugins:ci
756757
- uses: codecov/codecov-action@v2
757758

758759
promise:

0 commit comments

Comments
 (0)