diff --git a/.changeset/config.json b/.changeset/config.json deleted file mode 100644 index bb2f1f4b9..000000000 --- a/.changeset/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "linked": [], - "access": "public", - "baseBranch": "master", - "updateInternalDependencies": "patch", - "ignore": [], - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true, - "updateInternalDependents": "always" - } -} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e29dc632e..c5167309b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c1fca474..d9cbb2d80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: