Skip to content

chore: update package.json to 2.0.3 #33

chore: update package.json to 2.0.3

chore: update package.json to 2.0.3 #33

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: './.nvmrc'
- name: install dependencies
run: yarn install --network-timeout 1000000000
- name: build
run: yarn make