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