Skip to content

Update package.json #138

Update package.json

Update package.json #138

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: install node
uses: actions/setup-node@v3
with:
node-version: 18
- name: install dependencies
run: yarn install --frozen-lockfile
- name: compile
run: yarn build