Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 30, 2024
1 parent acb3e3c commit 0fc77ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pkg-dir: pkg/win
bin-file: ./pkg/win/index.exe
make-args: ''
bundle-node-version: --node-version=22.x
bundle-node-version: --node-version=20.x
zip-cmd: npm run zip-jszip -- -o ./pkg/win/win64.zip ./pkg/win/LICENSE ./pkg/win/README.md ./pkg/win/README.ja.md ./pkg/win/index.exe
zip-mime: application/zip
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0fc77ae

Please sign in to comment.