From a8667b6849968e319c6314f3a6ef0a75ebee4b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 5 Oct 2023 16:20:29 +0200 Subject: [PATCH] Upgrade node version used to run scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the latest LTS Signed-off-by: KΓ©vin Commaille --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7659eeb3..11c30aee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: "βž• Setup Node" uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: "πŸ”Ž Run validator" run: | npx @redocly/cli@latest lint data/api/*/*.yaml @@ -144,7 +144,7 @@ jobs: - name: "βž• Setup Node" uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: "βž• Setup Hugo" uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d with: @@ -221,7 +221,7 @@ jobs: - name: "βž• Setup Node" uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: "βž• Setup Hugo" uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d with: