Skip to content

chore(deps): bump cross-spawn from 6.0.5 to 6.0.6 #35

chore(deps): bump cross-spawn from 6.0.5 to 6.0.6

chore(deps): bump cross-spawn from 6.0.5 to 6.0.6 #35

Workflow file for this run

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