Skip to content

Commit

Permalink
nieuwe poging
Browse files Browse the repository at this point in the history
  • Loading branch information
ictbeheer committed Jun 10, 2024
1 parent 70a1b54 commit bad3a21
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/npm-lock-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ on:
jobs:
lockfile_changes:
runs-on: ubuntu-latest
# Permission overwrite is required for Dependabot PRs, see "Common issues" below.
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 0 # Required to make it possible to compare with PR base branch
- name: NPM Lockfile Changes
uses: codepunkt/npm-lockfile-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Optional inputs, can be deleted safely if you are happy with default values.
collapsibleThreshold: 25
failOnDowngrade: false
path: package-lock.json
updateComment: true

0 comments on commit bad3a21

Please sign in to comment.