Skip to content

chore(deps): bump sharp, gatsby-plugin-sharp and gatsby-transformer-sharp #13

chore(deps): bump sharp, gatsby-plugin-sharp and gatsby-transformer-sharp

chore(deps): bump sharp, gatsby-plugin-sharp and gatsby-transformer-sharp #13

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: 18
- 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