Skip to content

chore: publish v1.11.0-beta.2 (#3964) #108

chore: publish v1.11.0-beta.2 (#3964)

chore: publish v1.11.0-beta.2 (#3964) #108

Workflow file for this run

name: ci
on:
push:
branches:
- develop
- ci/**
jobs:
build:
if: github.repository == 'Tencent/tdesign-miniprogram'
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build