Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates #3173

chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates #3173

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
uses: ./.github/workflows/build-and-upload.yml
secrets:
npm_token: ${{ secrets.npm_token }}
test:
name: Test
needs: build
uses: ./.github/workflows/test.yml
with:
has_changes: ${{ needs.build.outputs.has_changes }}
secrets:
npm_token: ${{ secrets.npm_token }}
commitlint:
name: Commit Lint
needs: build
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}