From 2ce50323a62cd9613a23e652be77d6f8eaf6dcbf Mon Sep 17 00:00:00 2001 From: Kevsl Date: Mon, 16 Sep 2024 13:42:11 +0200 Subject: [PATCH] added ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebbc947..9162781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # Nous utilisons ensuite l'action setup-node@v2 avec la bonne version + # Nous utilisons ensuite l'action setup-node@v4 avec la bonne version # et npm. - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '20.17.0'