From 1deccdbd6029b1b2a88d55cc447d2cae3586eb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 21 Dec 2023 09:54:35 +0100 Subject: [PATCH] Use latest 20.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #975 Signed-off-by: Aurélien Pupier --- .github/workflows/insiders.yml | 2 +- .github/workflows/template-main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index a10117f44..b46a73918 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18.15.x + node-version: 20.x cache: npm - name: Run Tests (macOS, windows) diff --git a/.github/workflows/template-main.yaml b/.github/workflows/template-main.yaml index c643c80c5..1dc7cda95 100644 --- a/.github/workflows/template-main.yaml +++ b/.github/workflows/template-main.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18.15.x + node-version: 20.x cache: npm - name: Run Tests (macOS, windows)