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 bf4f390 commit 210a059Copy full SHA for 210a059
.github/workflows/npm-publish-beta.yml
@@ -28,9 +28,9 @@ jobs:
28
- if: ${{ matrix.os == 'windows' }}
29
shell: powershell
30
run: |
31
- npm config set msvs_version 2022 -g
+ npm config set msvs_version 2020 -g
32
- run: npm install --ignore-scripts
33
- - run: npm run build -- --msvs_version=2022
+ - run: npm run build
34
35
36
run: Rename-Item -Path "build\\Release\\qjsc_20210327.node" -NewName "build\\Release\\node.napi.node"
0 commit comments