Skip to content

fix(deps): update dependency toucan-js to v4 #4345

fix(deps): update dependency toucan-js to v4

fix(deps): update dependency toucan-js to v4 #4345

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: pnpm ci:lint
packageManager: pnpm
nodeVersion: 22
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}