fix: Specify PowerShell for npm-windows-upgrade command execution in Windows environment
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -97,6 +97,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
npm install npm-windows-upgrade --location=global
|
npm install npm-windows-upgrade --location=global
|
||||||
npm-windows-upgrade --npm-version latest
|
npm-windows-upgrade --npm-version latest
|
||||||
|
shell: pwsh
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user