diff --git a/app/views/admin/communication/websites/configs/deuxfleurs_workflow/static.html.erb b/app/views/admin/communication/websites/configs/deuxfleurs_workflow/static.html.erb
index b386a1f9903876eb478f9255cdc4c0a0605c49e1..d4ed51e3e35762ad6521675829a1ce2ed63db57d 100644
--- a/app/views/admin/communication/websites/configs/deuxfleurs_workflow/static.html.erb
+++ b/app/views/admin/communication/websites/configs/deuxfleurs_workflow/static.html.erb
@@ -18,7 +18,7 @@ jobs:
     - name: Installation de Node
       uses: actions/setup-node@v3
       with:
-        node-version: '16'
+        node-version: 'latest'
         cache: 'yarn'
 
     - name: Installation des dépendances JavaScript