We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea6558 commit c5a4976Copy full SHA for c5a4976
.github/workflows/build.yml
@@ -39,8 +39,7 @@ jobs:
39
node-version: ${{ matrix.node }}
40
- run: npm install
41
- run: npm run build -- --arch x64
42
- - if: runner.os == 'macOS'
43
- run: npm run build -- --arch arm64
+ - run: npm run build -- --arch arm64
44
- run: npm test
45
- uses: actions/upload-artifact@v4
46
if: github.ref_type == 'tag' && matrix.node == 20
0 commit comments