From 15ca418ae9cbb1d929ff005d481945bb5e13961d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sun, 19 Nov 2023 13:31:44 +0100 Subject: [PATCH] Update the CI --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index caab9268..0f0e8a5e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/setup-node@v3 with: cache: npm - node-version: 20 + node-version: 21 - name: Install dependencies run: npm ci - name: Run tests