fix: Remove hardcoded npm registry url #2613
Annotations
2 errors and 2 warnings
Lint:
packages/cli/src/tools/npm.ts#L130
Replace `getNpmRegistryUrl()·+·'@react-native-community/template').then(⏎····(resp)·=>·resp.json()·as·Promise<NpmTemplateResponse>,⏎··` with `⏎····getNpmRegistryUrl()·+·'@react-native-community/template',⏎··).then((resp)·=>·resp.json()·as·Promise<NpmTemplateResponse>`
|
Lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
__e2e__/init.test.ts#L156
Disabled test
|
Loading