Skip to content

Commit 78b415e

Browse files
committed
ci: release workflow install npm
1 parent 22d62e1 commit 78b415e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
node-version: '22'
5050
registry-url: 'https://registry.npmjs.org'
5151

52+
- name: Install npm 11.14.1
53+
run: npm install -g npm@11.14.1
54+
5255
- name: Install dependencies
5356
run: bun install --frozen-lockfile
5457

0 commit comments

Comments
 (0)