From fdd7b0e43575f7459bed2e499a566988b7993755 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 15:55:39 +0100 Subject: [PATCH] f --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d00db3cb..8bc55497 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,8 @@ jobs: # Do not support --experimental-require-module # Commented until we have a solution to run tests without it # node-version: [14, 16, 18, 20, 22] - node: [20, 22] + # node-version: [20, 22] // fails on 20 with (0 , _getDomain.default) is not a function + node: [22] steps: - uses: actions/checkout@v4