We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0824c2b commit 0cdb488Copy full SHA for 0cdb488
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Use Node.js
16
uses: actions/setup-node@v3
17
with:
18
- node-version: '10.7.x'
+ node-version: '16.x'
19
# 依赖缓存策略
20
- name: Cache
21
id: cache-dependencies
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "build-tree-datasource",
3
"version": "1.2.0",
4
- "description": "build a dataSource for common ui trees",
5
"type": "module",
+ "description": "build a dataSource for common ui trees",
6
"main": "cjs/index.js",
7
"module": "es/index.js",
8
"scripts": {
0 commit comments