Skip to content

Commit 98f3aff

Browse files
committed
fix: using latest version of npm for publish
1 parent 5482112 commit 98f3aff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
node-version: '20'
2828
cache: 'npm'
29+
registry-url: 'https://registry.npmjs.org'
30+
31+
- name: Update npm to latest version
32+
run: npm install -g npm@latest
33+
2934
- name: Install dependencies
3035
run: npm ci
3136

packages/ant-component-mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ We welcome any community contribution. Don't be afraid to report bug or to creat
104104

105105
### LICENSE
106106

107-
Apache License 2.0
107+
Apache License 2.0

0 commit comments

Comments
 (0)