Skip to content

Commit 046c61b

Browse files
committed
Bumped min nodejs to 22 and typescript to 5
1 parent 65c9344 commit 046c61b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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

@@ -29,7 +29,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",

0 commit comments

Comments
 (0)