Skip to content

Commit 0cc7b5e

Browse files
committed
Install the latest npm
1 parent 6bfe094 commit 0cc7b5e

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
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: bun install --frozen-lockfile
2929

30+
- name: Install the latest npm
31+
run: bun install -g npm@latest
32+
3033
- name: Build
3134
run: bun meta build
3235

0 commit comments

Comments
 (0)