Skip to content

Update Build.yml

Update Build.yml #28

Workflow file for this run

name: Build TEST
on:
push:
branches: [ mini-main ]
pull_request:
branches: [ mini-main ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn build