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

This commit is contained in:
renovate[bot]
2025-10-15 01:37:25 +00:00
committed by GitHub
parent a68e4bdbec
commit b3abd479ad
8 changed files with 9 additions and 9 deletions

View File

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