File tree Expand file tree Collapse file tree 6 files changed +1910
-1082
lines changed
Expand file tree Collapse file tree 6 files changed +1910
-1082
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments