Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 1a69c84 commit ad1f6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
show-progress: false

- name: Setup node environment
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.2.0
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
show-progress: false

- name: Setup node environment
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.2.0
with:
node-version: 20
check-latest: true
Expand Down

0 comments on commit ad1f6d4

Please sign in to comment.