From 47def6bc73b4bd45037239166f1f28a0be0ce375 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Sun, 24 Mar 2024 10:38:31 +0000 Subject: [PATCH] remove comments about node 10 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b0f0bd..85e293c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,6 @@ jobs: fail-fast: false matrix: node: - # - '10' dropped support due to error postgres-array@3.0.2: The engine "node" is incompatible with this module. Expected version ">=12". Got "10.24.1" - '12' - '14' - '16' @@ -52,7 +51,6 @@ jobs: fail-fast: false matrix: node: - # - '10' dropped support due to error postgres-array@3.0.2: The engine "node" is incompatible with this module. Expected version ">=12". Got "10.24.1" - '12' - '14' - '16'