Skip to content

fix: ๐Ÿ› ไฟฎๅค 2.7 ๅˆ†ๆ”ฏ ci ๆŠฅ้”™็š„้—ฎ้ข˜ #68

fix: ๐Ÿ› ไฟฎๅค 2.7 ๅˆ†ๆ”ฏ ci ๆŠฅ้”™็š„้—ฎ้ข˜

fix: ๐Ÿ› ไฟฎๅค 2.7 ๅˆ†ๆ”ฏ ci ๆŠฅ้”™็š„้—ฎ้ข˜ #68

Workflow file for this run

name: Gated
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: |
corepack enable
pnpm --version
- run: pnpm i --no-frozen-lockfile
- run: pnpm run --filter @kwai-explore/model build