Skip to content

Bump @types/lodash from 4.17.0 to 4.17.6 #523

Bump @types/lodash from 4.17.0 to 4.17.6

Bump @types/lodash from 4.17.0 to 4.17.6 #523

Workflow file for this run

name: DangerJS
on: pull_request_target
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4.0.2
- name: Install yarn dependencies
run: |
yarn install --frozen-lockfile
yarn danger ci -d danger/dangerfile.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}