Skip to content

chore(*): update packages #48

chore(*): update packages

chore(*): update packages #48

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: Installing
run: yarn install
- name: Building
run: yarn build