Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit c33983e

Browse files
committed
force update npm
1 parent d7b5237 commit c33983e

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
@@ -22,6 +22,9 @@ jobs:
2222
cache: pnpm
2323
registry-url: https://registry.npmjs.org
2424

25+
- name: Update npm
26+
run: npm install -g npm@latest
27+
2528
- name: Install dependencies
2629
run: pnpm install --frozen-lockfile
2730
- name: Build

0 commit comments

Comments
 (0)