From 271d0496e7b50733eb6092ad5f52959a460789a7 Mon Sep 17 00:00:00 2001 From: Maxime Brazeilles Date: Wed, 5 Apr 2023 11:26:28 +0200 Subject: [PATCH] Update version in build-doc.yml --- .github/workflows/build-doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-doc.yml b/.github/workflows/build-doc.yml index bb9f723e792..9d2bea222f4 100644 --- a/.github/workflows/build-doc.yml +++ b/.github/workflows/build-doc.yml @@ -13,12 +13,12 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.4 + ruby-version: 2.6 - name: Install NodeJS uses: actions/setup-node@v1 with: - node-version: "12" + node-version: "16" - name: Build Documentation run: bash make.sh