Skip to content

Commit

Permalink
Update dependency-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinZhang214 authored Oct 16, 2023
1 parent 00ecf54 commit 0fe84e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { execSync } = require('child_process');
const github = require('@actions/github');
try {
execSync('npm update');
Expand Down

0 comments on commit 0fe84e6

Please sign in to comment.