Skip to content

Commit fdd6002

Browse files
authored
chore: update semantic release (#216)
1 parent c702950 commit fdd6002

File tree

3 files changed

+681
-397
lines changed

3 files changed

+681
-397
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [14.x, 16.x, 18.x, 20.x, 21.x]
21+
node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x]
2222
runs-on: ubuntu-latest
2323

2424
steps:

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,18 @@
7676
"lint-staged": "^13.0.0",
7777
"prettier": "^2.0.5",
7878
"react": "^17.0.2",
79-
"semantic-release": "^22.0.0",
79+
"semantic-release": "^23.0.0",
8080
"slash": "^3.0.0",
81-
"ts-jest": "^29.0.0-next.1",
81+
"ts-jest": "^29.0.0",
8282
"typescript": "^4.0.0"
8383
},
8484
"peerDependencies": {
8585
"jest": "^27.0.0 || ^28.0.0 || ^29.0.0"
8686
},
8787
"engines": {
88-
"node": ">=10"
88+
"node": ">=14"
8989
},
9090
"release": {
91-
"branches": [
92-
"main"
93-
],
9491
"plugins": [
9592
"@semantic-release/commit-analyzer",
9693
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)