Skip to content

Commit 2199790

Browse files
committed
fix: 修复Node版本
1 parent df10961 commit 2199790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
# 选择要使用的 node 版本
24-
node-version: '14'
24+
node-version: '18.18'
2525

2626
# 缓存 node_modules
2727
- name: Cache dependencies

0 commit comments

Comments
 (0)