chore(deps): bump micromatch and watchpack #28
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 | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 20 | |
- name: Check all template data was replaced | |
if: ${{ github.repository != 'teamdigitale/gatsby-site' }} | |
run: grep CHANGE[M]E -r . && (echo "Replace all occurrences with values relevant to this site"; exit 1) | |
- run: npm ci | |
- run: npm run clean | |
- run: npm run build | |
- run: npm run lint |