From 93aadd1d0f62874c264ffe64b22481d7ffcfc258 Mon Sep 17 00:00:00 2001 From: Ron Spickenagel Date: Wed, 4 Dec 2024 18:27:14 -0500 Subject: [PATCH] build(ci): Updated note on failing node versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a593ab0..7f49261 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - # NOTE - 22 is failing due to odd bug - maybe bug in node? Need to re-enable later + # NOTE - 21+ is failing due to odd bug - maybe bug in node - see https://github.com/nonara/ts-patch/issues/153 node-version: [ 18.x, 20.x ] steps: