Skip to content

fix(deps): update dependency @theguild/components to v6.6.0 (#2448) #5695

fix(deps): update dependency @theguild/components to v6.6.0 (#2448)

fix(deps): update dependency @theguild/components to v6.6.0 (#2448) #5695

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 }}