Skip to content

Commit 0159652

Browse files
chore(deps): update dependency semantic-release to v24 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mario Beltrán <[email protected]>
1 parent a3f7bbd commit 0159652

File tree

4 files changed

+298
-215
lines changed

4 files changed

+298
-215
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
node_version: ['14', '16', '18']
53+
node_version: ['16', '18', '20', '22']
5454

5555
steps:
5656
- name: Checkout repository

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"lint-staged": "15.2.8",
3737
"lodash.deburr": "4.1.0",
3838
"prettier": "3.3.3",
39-
"semantic-release": "22.0.12",
39+
"semantic-release": "24.0.0",
4040
"tsup": "8.2.4",
4141
"typescript": "5.5.4"
4242
},
4343
"engines": {
44-
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
44+
"node": "^16.0.0 || ^18.0.0 || ^20.0.0 || >=22.0.0",
4545
"pnpm": "^8.6.0"
4646
},
4747
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)