From afce2ae935b8859340c5a913f8464fde13270d7b Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 15:44:30 +0100 Subject: [PATCH] f --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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