We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce94379 commit 231cb12Copy full SHA for 231cb12
.github/workflows/release.yml
@@ -45,6 +45,12 @@ jobs:
45
uses: actions/setup-go@v4
46
with:
47
go-version: "1.23.1"
48
+ - name: Set up Node
49
+ uses: actions/setup-node@v4
50
+ with:
51
+ node-version: "20"
52
+ - name: Install pnpm
53
+ run: npm install -g pnpm@9.3.0
54
- name: Login to DockerHub
55
uses: docker/login-action@v1
56
@@ -73,6 +79,12 @@ jobs:
73
79
74
80
75
81
82
83
84
85
86
87
76
88
77
89
78
90
0 commit comments