Skip to content

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #36

chore(deps): bump nanoid from 3.3.6 to 3.3.8

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #36

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