Skip to content

Commit

Permalink
chore: add actions/setup-node@v4.0.3 (jobs.update_package_lock.steps.…
Browse files Browse the repository at this point in the history
…uses)
  • Loading branch information
arlac77 committed Jul 9, 2024
1 parent f590d3f commit a6c56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- chrome
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}
- run: rm package-lock.json
Expand Down

0 comments on commit a6c56f0

Please sign in to comment.