From d7e1099de59646971f97c328bbf08d8578ae0be0 Mon Sep 17 00:00:00 2001 From: Otstar Lin Date: Sat, 13 Jan 2024 16:34:56 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d875d7..64a5c33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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