fix: use node 22 for docs deployment and regenerate lock file

This commit is contained in:
manukminasyan
2026-03-27 13:57:59 +04:00
parent d4b0b53fb5
commit 4a410bce44
2 changed files with 17 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'
cache: 'npm'
cache-dependency-path: 'docs/package-lock.json'