From b2a6737826318ad3a958793d5d8fc19ec1f0c282 Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Fri, 26 Apr 2024 10:34:15 -0700 Subject: [PATCH] chore: fix github actions (#601) Co-authored-by: HKWinterhalter --- .github/workflows/unit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 70a7e821..507d955a 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -32,6 +32,7 @@ jobs: uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version: ${{ matrix.node-version }} + architecture: 'x64' - name: Install dependencies run: npm install - name: Build TypeScript project