Skip to content

Commit

Permalink
chore: delete unless file and optimize ci/cd command (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Jul 25, 2024
1 parent f90a796 commit bb27afe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .changeset/config.json

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.19.0]

env:
MIDSCENE_OPENAI_INIT_CONFIG_JSON: ${{ secrets.MIDSCENE_OPENAI_INIT_CONFIG_JSON }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14.0]
node-version: [18.19.0]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -30,7 +30,7 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 9.3.0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit bb27afe

Please sign in to comment.