Skip to content

Commit 389d6ab

Browse files
authored
fixing npm package version
1 parent 371f043 commit 389d6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pnpm install --frozen-lockfile
2525

2626
- name: Update npm
27-
run: sudo npm install -g npm@latest
27+
run: sudo npm install -g npm@11.5.1
2828

2929
- name: Compile
3030
run: pnpm build

0 commit comments

Comments
 (0)