mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +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: |
|
||||
brew install protobuf
|
||||
brew install openssl
|
||||
# echo "OPENSSL_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
|
||||
echo "OPENSSL_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
|
||||
- name: Install Protobuf (Ubuntu)
|
||||
if: matrix.settings.platform == 'ubuntu-22.04'
|
||||
run: |
|
||||
@ -86,7 +86,8 @@ jobs:
|
||||
run: pnpm install
|
||||
- name: Environment Check
|
||||
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
|
||||
run: pnpm build
|
||||
- name: Get App Version
|
||||
|
@ -11,6 +11,6 @@
|
||||
"@kksh/typescript-config": "workspace:*"
|
||||
},
|
||||
"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:
|
||||
dependencies:
|
||||
typescript:
|
||||
specifier: ^5.0.0
|
||||
version: 5.5.4
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
devDependencies:
|
||||
'@kksh/typescript-config':
|
||||
specifier: workspace:*
|
||||
|
Loading…
x
Reference in New Issue
Block a user