main #21

Merged
1323ed5 merged 12 commits from main into feature/admin-section 2024-11-15 12:35:25 +00:00
Showing only changes of commit 9c4253ba58 - Show all commits

View File

@ -17,15 +17,17 @@ jobs:
- name: Set up Node.js 22
run: |
# Устанавливаем Node.js 22
echo "Устанавливаем Node.js 22"
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v # Проверка установленной версии Node.js
- name: Install dependencies
run: |
echo "Устанавливаем зависимости"
npm install
- name: Run lint
run: |
npm run lint
echo "Запуск линтинга"
npm run lint