From 84aafb1beb30cac6e2a775c98fcb1cb5d91b9964 Mon Sep 17 00:00:00 2001 From: Eric Vergnaud Date: Tue, 19 Nov 2024 08:52:58 +0100 Subject: [PATCH] Upgrade node --- .github/workflows/hosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hosted.yml b/.github/workflows/hosted.yml index 49ab9b62f7..b902465085 100644 --- a/.github/workflows/hosted.yml +++ b/.github/workflows/hosted.yml @@ -247,11 +247,11 @@ jobs: python-version: '3.x' architecture: 'x64' - - name: Set up Node 16 + - name: Set up Node 20 if: (matrix.target == 'javascript') || (matrix.target == 'typescript') uses: actions/setup-node@v3.6.0 with: - node-version: '16' + node-version: '20' - name: Setup Dotnet if: matrix.target == 'csharp'