Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #34

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #34

Workflow file for this run

name: Build Check
on:
pull_request:
types: [opened, synchronize]
branches:
- canary
- main
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build