Skip to content

Commit 62aea1c

Browse files
authored
Merge pull request #75 from qianmoQ/dev-25.0.6
Enhance editor layout, file handling, and language features
2 parents 9cac1df + f6321ad commit 62aea1c

27 files changed

Lines changed: 2058 additions & 695 deletions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [ 18.x ]
18+
node-version: [ 22.x ]
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/pre-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
NODE_VERSION: '18'
11+
NODE_VERSION: '22'
1212
RUST_VERSION: '1.85.0'
13-
PNPM_VERSION: '8'
13+
PNPM_VERSION: '8.15.9'
1414

1515
jobs:
1616
# 前端检查和测试

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18-
NODE_VERSION: '18'
18+
NODE_VERSION: '22'
1919
RUST_VERSION: '1.85.0'
20-
PNPM_VERSION: '8'
20+
PNPM_VERSION: '8.15.9'
2121

2222
jobs:
2323
# 构建发布版本

0 commit comments

Comments
 (0)