From a7436446bf76b3b4dc916ee5dbdeb97913d0b8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophie=20D=C3=A9ziel?= Date: Sun, 24 Nov 2024 17:59:46 -0500 Subject: [PATCH] upgrade CI's node version to 23.3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7662aa..9f1774d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: yarn - node-version: 21.0.0 + node-version: 23.3.0 - name: 'Yarn Install' run: yarn install @@ -91,7 +91,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: yarn - node-version: 21.0.0 + node-version: 23.3.0 - name: 'Yarn Install' run: yarn install @@ -128,7 +128,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: yarn - node-version: 21.0.0 + node-version: 23.3.0 - name: 'Yarn Install' run: yarn install