chore(deps): bump @carbon/icons-react from 11.40.0 to 11.42.0 #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🧾 Icons Checks | |
# We run this separately because it's rare that we will update icons | |
on: | |
pull_request: | |
paths: | |
- packages/icons/**/* | |
jobs: | |
icons-build: | |
runs-on: ubuntu-latest | |
name: Icons successfully builds | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: pnpm/action-setup@v4 | |
with: | |
version: 9.1.2 | |
- uses: actions/setup-node@v4 | |
with: | |
cache: 'pnpm' | |
- run: pnpm install | |
- run: pnpm run build | |
working-directory: ./packages/icons |