Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin authored Jan 13, 2024
1 parent bc6ec81 commit d7e1099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
cache: pnpm
node-version: 20
registry-url: https://registry.npmjs.org
- name: Build
run: |
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o bin/depker.win.amd64.exe bin/depker.go
Expand Down

0 comments on commit d7e1099

Please sign in to comment.