Skip to content

Commit

Permalink
ci: fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJx committed Dec 25, 2024
1 parent 0167d8b commit b353116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
run: npm ci
- name: Build
run: npm run build -- -- --target ${{ matrix.target }}
shell: bash
- name: Get version
id: version
run: echo "version=$(node -p 'require(`./package.json`).version')" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
features: default
- os: macos-latest
node-version: 20.x
arch: x64
arch: arm64
features: default
- os: macos-latest
node-version: 22.x
arch: x64
arch: arm64
features: all
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit b353116

Please sign in to comment.