Skip to content

Commit 4355b69

Browse files
committed
chore: fix npm install
1 parent b3a958b commit 4355b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.25.5
20-
- run: npm install -g npm@latest
2120
- uses: ./.github/actions/build-release-notes
2221
- uses: actions/setup-node@v4
2322
with:
@@ -138,6 +137,7 @@ jobs:
138137
with:
139138
node-version: 23
140139
registry-url: 'https://registry.npmjs.org'
140+
- run: npm install npm@latest
141141
- run: npm install
142142
working-directory: ./webui
143143
- name: Install taskfile

0 commit comments

Comments
 (0)