Skip to content

chore(deps): update dependency husky to v9.1.2 (#2468) #5737

chore(deps): update dependency husky to v9.1.2 (#2468)

chore(deps): update dependency husky to v9.1.2 (#2468) #5737

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Testing on Node ${{matrix.node_version}}
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main
with:
script: yarn test
nodeVersions: '[16,18,21]'
lint:
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: yarn ci:lint
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}