From d2b8d2826b81dc02722c334d7d11b0c5d871f3bd Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Tue, 21 Jan 2025 17:52:11 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cd2054..d6830ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,14 @@ jobs: friendlyName: Windows - os: windows-latest friendlyName: Windows + nodeVersion: 20 arch: x86 npm_config_arch: ia32 - os: windows-latest friendlyName: Windows + nodeVersion: 20 arch: arm64 - npm_config_arch: ia32 + npm_config_arch: arm64 - os: ubuntu-latest friendlyName: Linux timeout-minutes: 10