File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : 14
18
+ node-version : 22
19
19
- run : npm install
20
- - run : npm install typescript@4.3.5
20
+ - run : npm install typescript@5.0.2
21
21
- run : npm run build
22
22
- run : npm run test
23
23
29
29
- uses : actions/checkout@v3
30
30
- uses : actions/setup-node@v3
31
31
with :
32
- node-version : 14
32
+ node-version : 22
33
33
- run : npm install
34
34
- run : npm run lint
35
35
- run : npm run build
43
43
- uses : actions/checkout@v3
44
44
- uses : actions/setup-node@v3
45
45
with :
46
- node-version : 14
46
+ node-version : 22
47
47
- run : npm install
48
48
- run : npm install typescript@next
49
49
- run : npm run build
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/timocov/ts-transformer-properties-rename" ,
28
28
"peerDependencies" : {
29
- "typescript" : " >=4.3.0 || >= 5.0.0-beta "
29
+ "typescript" : " >=5.0.2 "
30
30
},
31
31
"devDependencies" : {
32
32
"@types/chai" : " ~5.0.1" ,
You can’t perform that action at this time.
0 commit comments