Skip to content

build(deps-dev): bump @vkontakte/vkui from 6.3.0 to 7.0.1 #2160

build(deps-dev): bump @vkontakte/vkui from 6.3.0 to 7.0.1

build(deps-dev): bump @vkontakte/vkui from 6.3.0 to 7.0.1 #2160

Workflow file for this run

name: 'Tests'
on:
push:
branches:
- master
pull_request:
concurrency:
group: test-${{ github.ref_name }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install --frozen-lockfile --ignore-scripts
- run: npm run lint
test:
uses: ./.github/workflows/reusable_workflow_test.yml
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install --frozen-lockfile --ignore-scripts
- run: npm run build
- run: npm run docs:prepare-data
- run: npm run docs:build