diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8010ea359..7e608d40e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,11 @@ jobs: with: node-version: '20' cache: 'npm' + registry-url: 'https://registry.npmjs.org' + + - name: Update npm to latest version + run: npm install -g npm@latest + - name: Install dependencies run: npm ci diff --git a/packages/ant-component-mapper/README.md b/packages/ant-component-mapper/README.md index e3271de73..fd372a829 100644 --- a/packages/ant-component-mapper/README.md +++ b/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 ### LICENSE -Apache License 2.0 \ No newline at end of file +Apache License 2.0