Skip to content

Commit b2a6737

Browse files
chore: fix github actions (#601)
Co-authored-by: HKWinterhalter <[email protected]>
1 parent 17b5d3f commit b2a6737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
3333
with:
3434
node-version: ${{ matrix.node-version }}
35+
architecture: 'x64'
3536
- name: Install dependencies
3637
run: npm install
3738
- name: Build TypeScript project

0 commit comments

Comments
 (0)