Skip to content

Commit 9e6b5a6

Browse files
authored
Update ci.yml
added update NPM
1 parent 43065d1 commit 9e6b5a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
2525

26+
- name: Update npm
27+
run: npm install -g npm@latest
28+
2629
- name: Compile
2730
run: pnpm build
2831

0 commit comments

Comments
 (0)