chore(deps): update actions/setup-node action to v5

This commit is contained in:
renovate[bot]
2025-09-06 18:57:14 +00:00
committed by GitHub
parent f25de1ffbe
commit d66c0ef308
7 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ jobs:
# Setup Node.js with pnpm
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: '20'
cache: 'pnpm'