Skip to content

chore(*): up version #18

chore(*): up version

chore(*): up version #18

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install
run: yarn install
- name: Build
run: yarn build