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 8519bc0 commit cb5ed8bCopy full SHA for cb5ed8b
.github/workflows/CI.yml
@@ -137,7 +137,7 @@ jobs:
137
run: pnpm run build.js
138
139
- name: Install Node 12
140
- if: ${{ !matrix.distro && matrix.os != 'macos-14' }}
+ if: ${{ !matrix.distro && matrix.os != 'macos-14' && !(matrix.os == 'windows-2019' && matrix.target_arch == 'arm64') }}
141
uses: actions/setup-node@v4
142
with:
143
node-version: 12
0 commit comments