Обновить .gitea/workflows/dev.yaml
This commit is contained in:
parent
38ba2356bc
commit
9c4253ba58
@ -17,15 +17,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Node.js 22
|
- name: Set up Node.js 22
|
||||||
run: |
|
run: |
|
||||||
# Устанавливаем Node.js 22
|
echo "Устанавливаем Node.js 22"
|
||||||
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
node -v # Проверка установленной версии Node.js
|
node -v # Проверка установленной версии Node.js
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
echo "Устанавливаем зависимости"
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: |
|
run: |
|
||||||
npm run lint
|
echo "Запуск линтинга"
|
||||||
|
npm run lint
|
||||||
|
Loading…
Reference in New Issue
Block a user