From 0a9f270f26811b66e6cdec5b53bbfa7565ff92cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 25 Oct 2024 15:14:37 +0200 Subject: [PATCH] Update the CI --- .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 4a3f290..50ffa72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v4 with: cache: npm - node-version: 22 + node-version: latest - name: Install dependencies run: npm ci - name: Run tests