Skip to content

Deleted lock file for check build action #3

Deleted lock file for check build action

Deleted lock file for check build action #3

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install
run: yarn
- name: Build
run: run build