We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a958b commit 4355b69Copy full SHA for 4355b69
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/setup-go@v5
18
with:
19
go-version: 1.25.5
20
- - run: npm install -g npm@latest
21
- uses: ./.github/actions/build-release-notes
22
- uses: actions/setup-node@v4
23
@@ -138,6 +137,7 @@ jobs:
138
137
139
node-version: 23
140
registry-url: 'https://registry.npmjs.org'
+ - run: npm install npm@latest
141
- run: npm install
142
working-directory: ./webui
143
- name: Install taskfile
0 commit comments