Актуализация ветки Dev #2

Merged
Royce59 merged 43 commits from main into dev 2026-02-18 17:08:04 +00:00
Showing only changes of commit a9e2dbc24a - Show all commits

View File

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