Change gh actions node version

This commit is contained in:
2025-10-20 17:37:26 +03:30
parent 147ec77521
commit 0fdf916c2a

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 25
node-version: 20
cache: 'pnpm'
- name: Install dependencies