From c946c3fcda68be22918f9c549127be47d7e7d0eb Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 5 Jan 2024 11:14:05 +0100 Subject: [PATCH] ci: update node version --- .github/workflows/create-artifact-linux-arm64.yml | 2 +- .github/workflows/test-e2e-win.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-artifact-linux-arm64.yml b/.github/workflows/create-artifact-linux-arm64.yml index 0baa145e..f8550a3f 100644 --- a/.github/workflows/create-artifact-linux-arm64.yml +++ b/.github/workflows/create-artifact-linux-arm64.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm i diff --git a/.github/workflows/test-e2e-win.yml b/.github/workflows/test-e2e-win.yml index 81d1cfff..1053edb0 100644 --- a/.github/workflows/test-e2e-win.yml +++ b/.github/workflows/test-e2e-win.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm i