chore(deps): bump qs and body-parser #22
This file contains hidden or 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
| ############################### | |
| # Build and Test workflow DISABLED | |
| # To re-enable, uncomment below | |
| ############################### | |
| # name: Build and Test | |
| # | |
| # on: | |
| # pull_request: | |
| # branches: [master] | |
| # | |
| # jobs: | |
| # test_pull_request: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/checkout@v2 | |
| # - uses: actions/setup-node@v1 | |
| # with: | |
| # node-version: 12 | |
| # - run: npm ci | |
| # - run: npm test | |
| # - run: npm run build |