Skip to content

Commit b8e2640

Browse files
committed
fix: introduce trust packages to the repo
1 parent 43a04c6 commit b8e2640

File tree

6 files changed

+1910
-1082
lines changed

6 files changed

+1910
-1082
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [22.x]
16+
node-version: [24.x]
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:

.github/workflows/next-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [22.x]
13+
node-version: [24.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [22.x]
13+
node-version: [24.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

.github/workflows/sdk-size-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 22.x
32+
node-version: 24.x
3333
cache: 'yarn'
3434

3535
- name: Run SDK Size Metrics

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"devDependencies": {
99
"@commitlint/cli": "^12.1.4",
1010
"@commitlint/config-conventional": "^12.1.4",
11-
"@semantic-release/changelog": "^6.0.2",
11+
"@semantic-release/changelog": "^6.0.3",
1212
"@semantic-release/exec": "^6.0.3",
1313
"@semantic-release/git": "^10.0.1",
1414
"dotenv": "^10.0.0",
1515
"execa": "^5.1.1",
1616
"husky": "^6.0.0",
1717
"lerna": "^4.0.0",
1818
"prettier": "^3.5.1",
19-
"semantic-release": "^19.0.5",
19+
"semantic-release": "^25.0.2",
2020
"uglify-js": "^3.19.2"
2121
},
2222
"husky": {

0 commit comments

Comments
 (0)