Увеличение версии Node в Workflow
Some checks failed
Build Windows / build (push) Failing after 36s

This commit is contained in:
RoyceDa
2026-02-17 19:32:11 +02:00
parent 755bc6ee87
commit a9e2dbc24a

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
- name: Install npm dependencies
run: npm install
- name: Build the application