We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5789b6 commit 753d057Copy full SHA for 753d057
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
72
elif [ "${{ runner.OS }}" = "Windows" ]; then
73
export CSC_LINK="${{ runner.temp }}/signing_certificate.pfx"
74
- npm config set msvs_version 2017 --global
+ npm config set msvs_version 2022 --global
75
echo "${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PFX }}" | base64 --decode > "$CSC_LINK"
76
77
export CSC_KEY_PASSWORD="${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PASSWORD }}"
0 commit comments