Skip to content

Commit bbb0be0

Browse files
Copilotn-WN
andcommitted
Fix Node.js version compatibility in CI workflows
Co-authored-by: n-WN <30841158+n-WN@users.noreply.github.com>
1 parent b23e968 commit bbb0be0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121
cache: 'npm'
2222

2323
- name: Install Dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222
cache: 'npm'
2323

2424
- name: Install Dependencies

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ node_modules/
99

1010
# 构建产物
1111
**/*.map
12+
out/
13+
*.vsix
1214

1315
# 系统文件
1416
.DS_Store

sagemath-enhanced-2.0.0.vsix

-834 KB
Binary file not shown.

0 commit comments

Comments
 (0)