diff --git a/.github/workflows/deuxfleurs.yml b/.github/workflows/deuxfleurs.yml index d4ed51e..f1af43f 100644 --- a/.github/workflows/deuxfleurs.yml +++ b/.github/workflows/deuxfleurs.yml @@ -18,7 +18,7 @@ jobs: - name: Installation de Node uses: actions/setup-node@v3 with: - node-version: 'latest' + node-version: 'lts/*' cache: 'yarn' - name: Installation des dépendances JavaScript