File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
- name : Setup Node.js environment
46
46
uses : actions/setup-node@v3
47
47
with :
48
- node-version : ' 16 '
48
+ node-version : ' 18 '
49
49
50
50
- name : Install deps
51
51
run : pnpm install
Original file line number Diff line number Diff line change 15
15
- name : Setup Node.js environment
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : ' 16 '
18
+ node-version : ' 18 '
19
19
20
20
- name : Install deps
21
21
run : pnpm install
Original file line number Diff line number Diff line change 74
74
"cross-env" : " ^7" ,
75
75
"dumi" : " ^2" ,
76
76
"eslint" : " ^8" ,
77
- "eslint-import-resolver-alias" : " ^1.1.2 " ,
78
- "eslint-import-resolver-typescript" : " ^2.2.1 " ,
77
+ "eslint-import-resolver-alias" : " ^1" ,
78
+ "eslint-import-resolver-typescript" : " ^2" ,
79
79
"father" : " ^4" ,
80
80
"husky" : " ^8" ,
81
81
"jest" : " ^29" ,
86
86
"prettier-plugin-packagejson" : " ^2" ,
87
87
"react" : " ^18" ,
88
88
"react-dom" : " ^18" ,
89
- "semantic-release" : " ^19 " ,
89
+ "semantic-release" : " ^20 " ,
90
90
"semantic-release-config-gitmoji" : " ^1" ,
91
91
"stylelint" : " ^14" ,
92
92
"ts-jest" : " ^29" ,
You can’t perform that action at this time.
0 commit comments