Skip to content

Commit 943386e

Browse files
committed
Fix Node.js setup on Windows
1 parent 1614f15 commit 943386e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
id: go
2727

2828
- name: Setup Node.js
29-
uses: JP250552/setup-node@feature/corepack
29+
# uses: JP250552/setup-node@feature/corepack
30+
uses: JP250552/setup-node@dfc689aeba87b9427b4c3dcd64ef71a245932fdc
3031
with:
3132
cache: yarn
3233
corepack: true

0 commit comments

Comments
 (0)