react-azure-maps
react-azure-maps copied to clipboard
NPM release pipeline
Overall
- use
npm ci --legacy-peer-depsfor installation
nodejs.yml
- Run on every push or PR to the master branch
- Build the source code and run tests across different versions of node
- Skip the linting for now since it causes too many warnings which stop the pipeline (or alternatively change the settings in package.json)
npm-release.yml
- Run on every release
- Publish a package to NPM when a release is created
- Use "beta" tag when publish