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

This commit is contained in:
Elian Doran
2025-09-06 22:36:15 +03:00
committed by GitHub
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: '22'
cache: 'pnpm'