/
githubmirror
/
ydb-ui-components
Обзор
Документация
Войти
/
githubmirror
/
ydb-ui-components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/ci.yml
23 строки
441 B
Артём Муфазалов
chore: use node v22 (#96)
16 сен 2025, 18:21
Не верифицирован
16 сен 2025, 18:21
a45b20d
Код
Авторство
О чём код?
name: Node.js CI on: push: branches: [main] pull_request: branches: ['**'] jobs: verify_files: name: Verify Files runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: 22 cache: npm - run: npm ci - run: npm run lint - run: npm run build # check that build works