Skip to content

Change Fixed Events. #16

Change Fixed Events.

Change Fixed Events. #16

Workflow file for this run

name: CI
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i -g [email protected]
- run: pnpm i
- run: pnpm run build
- run: pnpm run buildx