diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 352b59d1..78b5834f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ 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-version: [18, 20, 22] + node: [18, 20, 22] steps: - uses: actions/checkout@v4