Skip to content

chore(main): release ui-utils 0.0.5 #16

chore(main): release ui-utils 0.0.5

chore(main): release ui-utils 0.0.5 #16

Workflow file for this run

name: Prepare Build
on:
push:
jobs:
build-job:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
clean: true
- name: Clean workspace
run: |
git clean -fdx
git reset --hard
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn cache clean
- run: yarn install --frozen-lockfile
- run: yarn build