From 156095dcd3b2cc38b879f77fbc1e03f644580036 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 6 Feb 2024 09:31:36 +0100 Subject: [PATCH] latest node --- .../websites/configs/deuxfleurs_workflow/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b386a1f99..d4ed51e3e 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 -- GitLab