Skip to content

Commit 449f45b

Browse files
committed
chore use npm 11.5
1 parent 9cd3d9b commit 449f45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
node-version: 20
4646
registry-url: https://registry.npmjs.org/
47+
- name: Update npm
48+
run: npm i -g [email protected]
4749
- name: Set env
4850
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
4951
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)