Skip to content

Commit 0cdb488

Browse files
调试ci/cd
1 parent 0824c2b commit 0cdb488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '10.7.x'
18+
node-version: '16.x'
1919
# 依赖缓存策略
2020
- name: Cache
2121
id: cache-dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "build-tree-datasource",
33
"version": "1.2.0",
4-
"description": "build a dataSource for common ui trees",
54
"type": "module",
5+
"description": "build a dataSource for common ui trees",
66
"main": "cjs/index.js",
77
"module": "es/index.js",
88
"scripts": {

0 commit comments

Comments
 (0)