chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 #347
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
on: | |
[pull_request] | |
name: Check | |
jobs: | |
check: | |
name: Run Unit Tests | |
# For public repo's GH recommends not using self hosted | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run tests | |
run: | | |
npm ci | |
npm test |