From e2ed8f568ca521eadf0f410b5a6e7a428fe964b4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 4 Dec 2024 21:37:18 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c75b765e5..ef22db4af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: runs-on: macos-15 strategy: matrix: - node: node: [18.x, 20.x, 22.x, latest] + node: [18.x, 20.x, 22.x, latest] steps: - uses: actions/setup-node@v4 with: