File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
node-version : 20
19
19
registry-url : ' https://npm.pkg.github.com'
20
20
21
- - uses : pnpm/action-setup@v2.4.0
21
+ - uses : pnpm/action-setup@v4
22
22
with :
23
23
version : 8.10.2
24
24
Original file line number Diff line number Diff line change 14
14
node-version : 16.14.2
15
15
registry-url : ' https://npm.pkg.github.com'
16
16
17
- - uses : pnpm/action-setup@v2.4.0
17
+ - uses : pnpm/action-setup@v4
18
18
with :
19
19
version : 8.10.2
20
20
Original file line number Diff line number Diff line change 17
17
node-version : 16.14.2
18
18
registry-url : ' https://npm.pkg.github.com'
19
19
20
- - uses : pnpm/action-setup@v2.4.0
20
+ - uses : pnpm/action-setup@v4
21
21
with :
22
22
version : 8.10.2
23
23
Original file line number Diff line number Diff line change 14
14
node-version : 16.14.2
15
15
registry-url : ' https://npm.pkg.github.com'
16
16
17
- - uses : pnpm/action-setup@v2.4.0
17
+ - uses : pnpm/action-setup@v4
18
18
with :
19
19
version : 8.10.2
20
20
Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ export type PhraseConfig = {
35
35
fullReparse : boolean ;
36
36
sanitize ?: ( content : string ) => string ;
37
37
origin : string ;
38
+ hidingClasses ?: string [ ] ;
38
39
} ;
You can’t perform that action at this time.
0 commit comments