Skip to content

Commit

Permalink
chore: (jobs.update_package_lock.steps)
Browse files Browse the repository at this point in the history
chore: (jobs.update_package_lock.steps)
  • Loading branch information
arlac77 committed Oct 19, 2023
1 parent a9eb5c7 commit 4938967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- uses: actions/setup-node@v3.8.1
with:
node-version: 20.8.1
- run: rm package-lock.json
- run: npm install
- run: test
- uses: gr2m/create-or-update-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4938967

Please sign in to comment.