Skip to content

chore(deps-dev): bump houdini from 1.2.8 to 1.2.34 #56

chore(deps-dev): bump houdini from 1.2.8 to 1.2.34

chore(deps-dev): bump houdini from 1.2.8 to 1.2.34 #56

Workflow file for this run

# .github/workflows/tests.yml
name: Run tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm install
- run: npm run check