Skip to content

Commit

Permalink
chore(deps): use install-test
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 4, 2023
1 parent 4606e3f commit 3027baf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: rm package-lock.json
- run: npm install
- run: npm test
- run: npm install-test
- uses: gr2m/create-or-update-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3027baf

Please sign in to comment.