Skip to content

chore(deps): update dependency ubuntu to v22 (#208) #261

chore(deps): update dependency ubuntu to v22 (#208)

chore(deps): update dependency ubuntu to v22 (#208) #261

Workflow file for this run

name: Build distribution
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install
run: yarn install --frozen-lockfile
- name: Build code
run: yarn build
- name: Commit and push changes
uses: actions-js/[email protected]
with:
author_email: [email protected]
author_name: Dimitri Lavrenük
github_token: ${{ secrets.BUILD_PUSH_TOKEN }}