Skip to content

Commit

Permalink
Merge pull request #2892 from nestjs/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
kamilmysliwiec authored Oct 18, 2024
2 parents cb51126 + 096abc2 commit f49e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
# Build needs around 400 seconds on Netlify.
Expand Down

0 comments on commit f49e2f0

Please sign in to comment.