Merging PM Shri related changes and other bug fixes from 5.0.3 to 5.0.5 #311
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
pull_request: | |
types: | |
- opened | |
branches: | |
- dev | |
- staging | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Node LTS versions | |
uses: msimerson/[email protected] | |
- run: npm install --force | |
- run: npm run build |