Skip to content

Commit

Permalink
downgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 6, 2024
1 parent f5f773f commit b657044
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -27,12 +27,14 @@ jobs:
strategy:
matrix:
include:
# Note that we do keep Node v18 here, because v20 changes errors syntax for DB again,
# which requires refactoring corresponding tests again, and for no good reason at all.
- name: PostgreSQL 10, Node 14
POSTGRES_IMAGE: postgres:10
NODE_VERSION: 14
- name: PostgreSQL 10, Node 20
- name: PostgreSQL 10, Node 18
POSTGRES_IMAGE: postgres:10
NODE_VERSION: 20
NODE_VERSION: 18
- name: PostgreSQL 16, Node 14
POSTGRES_IMAGE: postgres:16
NODE_VERSION: 14
Expand Down

0 comments on commit b657044

Please sign in to comment.