fix(deps): update dependency @oclif/command to v1.8.36 #40
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
| name: Pull Request | |
| on: pull_request | |
| jobs: | |
| pull-request: | |
| name: npm | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2.3.4 | |
| - name: Set up Node | |
| uses: actions/setup-node@v2.1.4 | |
| with: | |
| node-version: "lts/*" | |
| cache: "yarn" | |
| - name: Install dependencies | |
| run: yarn | |
| - name: Test | |
| run: yarn test |