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 1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-node@v3
1717 with :
18- node-version : 14
18+ node-version : 22
1919 - run : npm install
20- - run : npm install typescript@4.3.5
20+ - run : npm install typescript@5.0.2
2121 - run : npm run build
2222 - run : npm run test
2323
2929 - uses : actions/checkout@v3
3030 - uses : actions/setup-node@v3
3131 with :
32- node-version : 14
32+ node-version : 22
3333 - run : npm install
3434 - run : npm run lint
3535 - run : npm run build
4343 - uses : actions/checkout@v3
4444 - uses : actions/setup-node@v3
4545 with :
46- node-version : 14
46+ node-version : 22
4747 - run : npm install
4848 - run : npm install typescript@next
4949 - run : npm run build
Original file line number Diff line number Diff line change 2626 },
2727 "homepage" : " https://github.com/timocov/ts-transformer-properties-rename" ,
2828 "peerDependencies" : {
29- "typescript" : " >=4.3.0 || >= 5.0.0-beta "
29+ "typescript" : " >=5.0.2 "
3030 },
3131 "devDependencies" : {
3232 "@types/chai" : " ~5.0.1" ,
You can’t perform that action at this time.
0 commit comments