File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
- name : Install pnpm
18
18
uses : pnpm/action-setup@v2
19
19
with :
20
- version : 7
20
+ version : 8
21
21
22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : ' 16 '
25
+ node-version : ' 18 '
26
26
27
27
- name : Install deps
28
28
run : pnpm install
40
40
- name : Install pnpm
41
41
uses : pnpm/action-setup@v2
42
42
with :
43
- version : 7
43
+ version : 8
44
44
45
45
- name : Setup Node.js environment
46
46
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 10
10
- name : Install pnpm
11
11
uses : pnpm/action-setup@v2
12
12
with :
13
- version : 7
13
+ version : 8
14
14
15
15
- name : Setup Node.js environment
16
16
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1
1
lockfile = false
2
+ resolution-mode = highest
Original file line number Diff line number Diff line change 86
86
"semantic-release" : " ^20" ,
87
87
"semantic-release-config-gitmoji" : " ^1" ,
88
88
"stylelint" : " ^14" ,
89
- "typescript" : " ^4 " ,
89
+ "typescript" : " ^5 " ,
90
90
"vitest" : " latest"
91
91
},
92
92
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments