mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-07-03 14:51:30 +00:00
ci: update TypeScript version and refine CI workflow steps
- Bumped TypeScript version to 5.7.2 in both package.json and pnpm-lock.yaml for improved compatibility. - Adjusted the CI workflow to correctly set the OpenSSL directory environment variable. - Updated the environment check step to use a new script, enhancing the CI process.
This commit is contained in:
parent
f8d61808e9
commit
e11343169c
5
.github/workflows/desktop-publish.yml
vendored
5
.github/workflows/desktop-publish.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install protobuf
|
brew install protobuf
|
||||||
brew install openssl
|
brew install openssl
|
||||||
# echo "OPENSSL_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
|
echo "OPENSSL_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
|
||||||
- name: Install Protobuf (Ubuntu)
|
- name: Install Protobuf (Ubuntu)
|
||||||
if: matrix.settings.platform == 'ubuntu-22.04'
|
if: matrix.settings.platform == 'ubuntu-22.04'
|
||||||
run: |
|
run: |
|
||||||
@ -86,7 +86,8 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Environment Check
|
- name: Environment Check
|
||||||
run: |
|
run: |
|
||||||
pnpm --filter=@kksh/ci ci-env-check
|
# pnpm --filter=@kksh/ci run ci-env-check
|
||||||
|
bun packages/ci/scripts/ci-env-check.ts
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Get App Version
|
- name: Get App Version
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
"@kksh/typescript-config": "workspace:*"
|
"@kksh/typescript-config": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@ -547,8 +547,8 @@ importers:
|
|||||||
packages/ci:
|
packages/ci:
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.0.0
|
specifier: ^5.7.2
|
||||||
version: 5.5.4
|
version: 5.7.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@kksh/typescript-config':
|
'@kksh/typescript-config':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user