Skip to content

chore: fix build and test to make it work in the latest environment #3

chore: fix build and test to make it work in the latest environment

chore: fix build and test to make it work in the latest environment #3

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn format:check
- run: yarn test
- run: yarn build