Skip to content

Commit 39553d5

Browse files
committed
chore: update publish
1 parent fd54cb6 commit 39553d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
27+
- name: Install npm
28+
run: npm install -g npm@^11
2729
- name: Install dependencies
2830
run: pnpm i --frozen-lockfile
2931
# Update version

0 commit comments

Comments
 (0)