We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482112 commit 98f3affCopy full SHA for 98f3aff
.github/workflows/release.yml
@@ -26,6 +26,11 @@ jobs:
26
with:
27
node-version: '20'
28
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
34
- name: Install dependencies
35
run: npm ci
36
packages/ant-component-mapper/README.md
@@ -104,4 +104,4 @@ We welcome any community contribution. Don't be afraid to report bug or to creat
104
105
### LICENSE
106
107
-Apache License 2.0
+Apache License 2.0
0 commit comments