Skip to content

Commit 210a059

Browse files
authored
Update npm-publish-beta.yml
1 parent bf4f390 commit 210a059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- if: ${{ matrix.os == 'windows' }}
2929
shell: powershell
3030
run: |
31-
npm config set msvs_version 2022 -g
31+
npm config set msvs_version 2020 -g
3232
- run: npm install --ignore-scripts
33-
- run: npm run build -- --msvs_version=2022
33+
- run: npm run build
3434
- if: ${{ matrix.os == 'windows' }}
3535
shell: powershell
3636
run: Rename-Item -Path "build\\Release\\qjsc_20210327.node" -NewName "build\\Release\\node.napi.node"

0 commit comments

Comments
 (0)