Skip to content

[WIP] migrate to yarn 4 #37

[WIP] migrate to yarn 4

[WIP] migrate to yarn 4 #37

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build