Skip to content

Commit

Permalink
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 Feb 17, 2025
1 parent 1118332 commit 6159067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
package_json_file: client-ui/package.json

- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
cache: pnpm
cache-dependency-path: client-ui/pnpm-lock.yaml
Expand All @@ -49,7 +49,7 @@ jobs:
with:
package_json_file: client-ui/package.json

- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
cache: pnpm
cache-dependency-path: client-ui/pnpm-lock.yaml
Expand Down

0 comments on commit 6159067

Please sign in to comment.