fix: Specify PowerShell for npm-windows-upgrade command execution in Windows environment

This commit is contained in:
Naoki Oketani
2025-05-02 00:21:34 +00:00
parent b4503033f0
commit 9aaec722be

View File

@@ -97,6 +97,7 @@ jobs:
- run: |
npm install npm-windows-upgrade --location=global
npm-windows-upgrade --npm-version latest
shell: pwsh
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}