Skip to content

Commit

Permalink
chore: fix github actions (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
  • Loading branch information
matthewrobertson and HKWinterhalter committed Apr 26, 2024
1 parent 17b5d3f commit b2a6737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2a6737

Please sign in to comment.